Preview(PrintStyle,DateTime,DateTime) Method
In This Topic
Opens a separate application window in which end users can preview the output that would be generated by the print operation.
Syntax
'Declaration
Public Overloads Sub Preview( _
ByVal As PrintStyle, _
ByVal As System.Date, _
ByVal As System.Date _
)
public void Preview(
PrintStyle ,
System.DateTime ,
System.DateTime
)
Parameters
- 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.
See Also