[]
Print specific GanttView.
public void Print(C1GanttView view, ReportOptions reportOptions)
| Type | Name | Description |
|---|---|---|
| C1GanttView | view | The C1GanttView object. |
| ReportOptions | reportOptions | The ReportOptions object. |
Sends the specified printing style to the printer.
public void Print(C1GanttView view, PrintType type)
| Type | Name | Description |
|---|---|---|
| C1GanttView | view | The C1GanttView object. |
| PrintType | type | The PrintType object to print. |
Sends the specified customer printing style from file to the printer.
public void Print(C1GanttView view, ReportOptions reportOptions, string fileName)
| Type | Name | Description |
|---|---|---|
| C1GanttView | view | The C1GanttView object. |
| ReportOptions | reportOptions | The ReportOptions object. |
| string | fileName | The string object determining customer style's file name to print. |