'宣言 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
- プレビューする PrintStyleオブジェクト。
- start
- 印刷範囲の開始日時を指定する System.DateTime値。
- end
- 印刷範囲の終了日時を指定する System.DateTime値。