'宣言 Public Overloads Sub Print( _ ByVal style As PrintStyle, _ ByVal start As System.Date, _ ByVal end As System.Date _ )
public void Print( PrintStyle style, System.DateTime start, System.DateTime end )
パラメータ
- style
- 印刷する PrintStyleオブジェクト。
- start
- 印刷範囲の開始日時を指定する System.DateTime値。
- end
- 印刷範囲の終了日時を指定する System.DateTime値。