[]
        
(Showing Draft Content)

C1.WPF.GanttView.PrintManager.Preview

Preview Method

Preview(C1GanttView, ReportOptions)

Opens a separate application window in which end users can preview the output that would be generated by the print operation.

Declaration
public void Preview(C1GanttView view, ReportOptions reportOptions)
Parameters
Type Name Description
C1GanttView view

The C1GanttView object.

ReportOptions reportOptions

The ReportOptions object.

Preview(C1GanttView, ReportOptions, string)

Opens a separate application window in which end users can preview the output that would be generated by the print operation.

Declaration
public void Preview(C1GanttView view, ReportOptions reportOptions, string fileName)
Parameters
Type Name Description
C1GanttView view

The C1GanttView object.

ReportOptions reportOptions

The ReportOptions object.

string fileName

The string object specifies file name of customer style to preview.