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