Scheduler for WinForms
Preview(PrintStyle,DateTime,DateTime) メソッド

C1.Win.Schedule.6 アセンブリ > C1.Schedule.Printing 名前空間 > PrintInfo クラス > Preview メソッド : Preview(PrintStyle,DateTime,DateTime) メソッド
The PrintStyle object to preview.
The System.DateTime value specifying the beginning of the print range.
The System.DateTime value specifying the end of the print range.
Opens a separate application window in which end users can preview the output that would be generated by the print operation.
シンタックス
'宣言
 
Public Overloads Sub Preview( _
   ByVal style As PrintStyle, _
   ByVal start As System.Date, _
   ByVal end As System.Date _
) 
public void Preview( 
   PrintStyle style,
   System.DateTime start,
   System.DateTime end
)

パラメータ

style
The PrintStyle object to preview.
start
The System.DateTime value specifying the beginning of the print range.
end
The System.DateTime value specifying the end of the print range.
参照

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