GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / PrintManager Class / Preview Method / Preview(C1GanttView,ReportOptions) Method
The C1GanttView object.
The ReportOptions object.

In This Topic
    Preview(C1GanttView,ReportOptions) 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 view As C1GanttView, _
       ByVal reportOptions As ReportOptions _
    ) 
    public void Preview( 
       C1GanttView view,
       ReportOptions reportOptions
    )

    Parameters

    view
    The C1GanttView object.
    reportOptions
    The ReportOptions object.
    See Also