C# Класс WebChat.Print

Показать файл Открыть проект

Открытые методы

Метод Описание
PrintPage ( Page page, int timeout, bool closeAfter ) : void
PrintPreview ( Page page, HtmlControl ctrl, string title, string theme ) : void
PrintPreview ( Page page, HtmlControl ctrl, string title, string theme, GridView grid, string removeColumns ) : void
PrintPreview ( Page page, HtmlControl ctrl, string title, string theme, bool runCustomHideScript ) : void
PrintPreview ( Page page, HtmlControl ctrl, string title, string theme, bool runCustomHideScript, GridView grid, string removeColumns ) : void
PrintPreview ( Page page, WebControl ctrl, string title, string theme ) : void
PrintPreview ( Page page, WebControl ctrl, string title, string theme, GridView grid, string removeColumns ) : void
PrintPreview ( Page page, WebControl ctrl, string title, string theme, bool runCustomHideScript ) : void
PrintPreview ( Page page, WebControl ctrl, string title, string theme, bool runCustomHideScript, GridView grid, string removeColumns ) : void

Приватные методы

Метод Описание
PrintPreview ( Page page, WebControl ctrlWeb, HtmlControl ctrlHtml, string title, string theme, bool runCustomHideScript, GridView grid, string removeColumns ) : void

Описание методов

PrintPage() публичный статический Метод

public static PrintPage ( Page page, int timeout, bool closeAfter ) : void
page System.Web.UI.Page
timeout int
closeAfter bool
Результат void

PrintPreview() публичный статический Метод

public static PrintPreview ( Page page, HtmlControl ctrl, string title, string theme ) : void
page System.Web.UI.Page
ctrl System.Web.UI.HtmlControls.HtmlControl
title string
theme string
Результат void

PrintPreview() публичный статический Метод

public static PrintPreview ( Page page, HtmlControl ctrl, string title, string theme, GridView grid, string removeColumns ) : void
page System.Web.UI.Page
ctrl System.Web.UI.HtmlControls.HtmlControl
title string
theme string
grid System.Web.UI.WebControls.GridView
removeColumns string
Результат void

PrintPreview() публичный статический Метод

public static PrintPreview ( Page page, HtmlControl ctrl, string title, string theme, bool runCustomHideScript ) : void
page System.Web.UI.Page
ctrl System.Web.UI.HtmlControls.HtmlControl
title string
theme string
runCustomHideScript bool
Результат void

PrintPreview() публичный статический Метод

public static PrintPreview ( Page page, HtmlControl ctrl, string title, string theme, bool runCustomHideScript, GridView grid, string removeColumns ) : void
page System.Web.UI.Page
ctrl System.Web.UI.HtmlControls.HtmlControl
title string
theme string
runCustomHideScript bool
grid System.Web.UI.WebControls.GridView
removeColumns string
Результат void

PrintPreview() публичный статический Метод

public static PrintPreview ( Page page, WebControl ctrl, string title, string theme ) : void
page System.Web.UI.Page
ctrl System.Web.UI.WebControls.WebControl
title string
theme string
Результат void

PrintPreview() публичный статический Метод

public static PrintPreview ( Page page, WebControl ctrl, string title, string theme, GridView grid, string removeColumns ) : void
page System.Web.UI.Page
ctrl System.Web.UI.WebControls.WebControl
title string
theme string
grid System.Web.UI.WebControls.GridView
removeColumns string
Результат void

PrintPreview() публичный статический Метод

public static PrintPreview ( Page page, WebControl ctrl, string title, string theme, bool runCustomHideScript ) : void
page System.Web.UI.Page
ctrl System.Web.UI.WebControls.WebControl
title string
theme string
runCustomHideScript bool
Результат void

PrintPreview() публичный статический Метод

public static PrintPreview ( Page page, WebControl ctrl, string title, string theme, bool runCustomHideScript, GridView grid, string removeColumns ) : void
page System.Web.UI.Page
ctrl System.Web.UI.WebControls.WebControl
title string
theme string
runCustomHideScript bool
grid System.Web.UI.WebControls.GridView
removeColumns string
Результат void