'Declaration 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 )
Parameters
- style
- The PrintStyle object to print.
- start
- The System.DateTime value specifying the beginning of the print range.
- end
- The System.DateTime value specifying the end of the print range.