[]
Opens a separate application window in which end users can preview the output that would be generated by the print operation.
public void Preview(C1GanttView view, ReportOptions reportOptions)
Type | Name | Description |
---|---|---|
C1GanttView | view | The C1GanttView object. |
ReportOptions | reportOptions | The ReportOptions object. |
Opens a separate application window in which end users can preview the output that would be generated by the print operation.
public void Preview(C1GanttView view, ReportOptions reportOptions, string fileName)
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. |