[]
Handles printing Gantt reports.
public class PrintManager
Name | Description |
---|---|
PrintManager() |
Name | Description |
---|---|
Preview(C1GanttView, ReportOptions) | Opens a separate application window in which end users can preview the output that would be generated by the print operation. |
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. |
Print(C1GanttView, PrintType) | Sends the specified printing style to the printer. |
Print(C1GanttView, ReportOptions) | Print specific GanttView. |
Print(C1GanttView, ReportOptions, string) | Sends the specified customer printing style from file to the printer. |