C# 클래스 WebChat.Print

파일 보기 프로젝트 열기: klean/anonymous-counseling-chat

공개 메소드들

메소드 설명
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