C# Class WebChat.Print

Afficher le fichier Open project: klean/anonymous-counseling-chat

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
PrintPreview ( Page page, WebControl ctrlWeb, HtmlControl ctrlHtml, string title, string theme, bool runCustomHideScript, GridView grid, string removeColumns ) : void

Method Details

PrintPage() public static méthode

public static PrintPage ( Page page, int timeout, bool closeAfter ) : void
page System.Web.UI.Page
timeout int
closeAfter bool
Résultat void

PrintPreview() public static méthode

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
Résultat void

PrintPreview() public static méthode

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
Résultat void

PrintPreview() public static méthode

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
Résultat void

PrintPreview() public static méthode

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
Résultat void

PrintPreview() public static méthode

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
Résultat void

PrintPreview() public static méthode

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
Résultat void

PrintPreview() public static méthode

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
Résultat void

PrintPreview() public static méthode

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
Résultat void