Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Schedule.Printing Namespace / PrintInfo Class / Preview Method / Preview(PrintStyle,DateTime,DateTime) Method
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.

In This Topic
    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 style As PrintStyle, _
       ByVal start As System.Date, _
       ByVal end As System.Date _
    ) 
    public void Preview( 
       PrintStyle style,
       System.DateTime start,
       System.DateTime end
    )

    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