AutoComplete for ASP.NET Web Forms
Print(PrinterSettings) メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス > Print メソッド : Print(PrinterSettings) メソッド
The printer settings to use.
Prints the current report with specified printer settings, not showing the print progress dialog.
シンタックス
'宣言
 
Public Overloads Sub Print( _
   ByVal printerSettings As System.Drawing.Printing.PrinterSettings _
) 
public void Print( 
   System.Drawing.Printing.PrinterSettings printerSettings
)

パラメータ

printerSettings
The printer settings to use.
解説
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 メンバ
オーバーロード一覧