ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView.Printing Namespace / PrintInfo Class / Print Method / Print(String) Method
The System.String object determining style's file name to print.

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

    Parameters

    fileName
    The System.String object determining style's file name to print.
    See Also