Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / PrintInfo Class / Preview Method / Preview(Appointment) Method
The C1.C1Schedule.Appointment object to preview.

In This Topic
    Preview(Appointment) 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 appointment As Appointment _
    ) 
    public void Preview( 
       Appointment appointment
    )

    Parameters

    appointment
    The C1.C1Schedule.Appointment object to preview.
    See Also