AutoComplete for ASP.NET Web Forms
Print(PrinterSettings,PageSettings,OutputRange,Boolean) メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス > Print メソッド : Print(PrinterSettings,PageSettings,OutputRange,Boolean) メソッド
The printer settings to use.
The default page settings to use.
The range of pages to export (use null to print all pages).
Flag indicating whether to show the progress dialog.
Prints a range of pages of the current document with specified printer and default page settings, optionally showing the print progress dialog.
シンタックス
'宣言
 
Public Overloads Sub Print( _
   ByVal printerSettings As System.Drawing.Printing.PrinterSettings, _
   ByVal defaultPageSettings As System.Drawing.Printing.PageSettings, _
   ByVal outputRange As OutputRange, _
   ByVal showProgress As System.Boolean _
) 
public void Print( 
   System.Drawing.Printing.PrinterSettings printerSettings,
   System.Drawing.Printing.PageSettings defaultPageSettings,
   OutputRange outputRange,
   System.bool showProgress
)

パラメータ

printerSettings
The printer settings to use.
defaultPageSettings
The default page settings to use.
outputRange
The range of pages to export (use null to print all pages).
showProgress
Flag indicating whether to show the progress dialog.
解説
This method is a shortcut to the corresponding Print(...) method on the C1Document property of the current report. The report will be rendered if it was not rendered yet.
参照

C1Report クラス
C1Report メンバ
オーバーロード一覧