GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / PrintManager Class / Print Method / Print(C1GanttView,ReportOptions,String) Method
The C1GanttView object.
The ReportOptions object.
The System.String object determining customer style's file name to print.

In This Topic
    Print(C1GanttView,ReportOptions,String) Method
    In This Topic
    Sends the specified customer printing style from file to the printer.
    Syntax
    'Declaration
     
    Public Overloads Sub Print( _
       ByVal view As C1GanttView, _
       ByVal reportOptions As ReportOptions, _
       ByVal fileName As String _
    ) 
    public void Print( 
       C1GanttView view,
       ReportOptions reportOptions,
       string fileName
    )

    Parameters

    view
    The C1GanttView object.
    reportOptions
    The ReportOptions object.
    fileName
    The System.String object determining customer style's file name to print.
    See Also