[]
        
(Showing Draft Content)

C1.Win.GanttView.Printing.PrintInfo.Print

Print Method

Print()

Sends default printing style for the currently selected view to the printer.

Declaration
public void Print()
Public Sub Print()

Print(string)

Sends the specified printing style from file to the printer.

Declaration
public void Print(string fileName)
Public Sub Print(fileName As String)
Parameters
Type Name Description
string fileName

The string object determining style's file name to print.