C# Class WebChat.Print

Show file Open project: klean/anonymous-counseling-chat

Public Methods

Method 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

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

Method Details

PrintPage() public static method

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

PrintPreview() public static method

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
return void

PrintPreview() public static method

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
return void

PrintPreview() public static method

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
return void

PrintPreview() public static method

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
return void

PrintPreview() public static method

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
return void

PrintPreview() public static method

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
return void

PrintPreview() public static method

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
return void

PrintPreview() public static method

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
return void