[]
        
(Showing Draft Content)

C1.WPF.GanttView.PrintManager.Print

Print Method

Print(C1GanttView, ReportOptions)

Print specific GanttView.

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

The C1GanttView object.

ReportOptions reportOptions

The ReportOptions object.

Print(C1GanttView, PrintType)

Sends the specified printing style to the printer.

Declaration
public void Print(C1GanttView view, PrintType type)
Parameters
Type Name Description
C1GanttView view

The C1GanttView object.

PrintType type

The PrintType object to print.

Print(C1GanttView, ReportOptions, string)

Sends the specified customer printing style from file to the printer.

Declaration
public void Print(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 determining customer style's file name to print.