[]
        
(Showing Draft Content)

C1.C1Schedule.Printing.PrintInfo.Print

Print Method

Print()

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

Declaration
public void Print()

Print(PrintStyle)

Sends the specified printing style to the printer.

Declaration
public void Print(PrintStyle style)
Parameters
Type Name Description
PrintStyle style

The PrintStyle object to print.

Print(Appointment)

Sends the specified Appointment object to the printer.

Declaration
public void Print(Appointment appointment)
Parameters
Type Name Description
Appointment appointment

The Appointment object to print.

Print(PrintStyle, DateTime, DateTime)

Sends the specified printing style to the printer.

Declaration
public void Print(PrintStyle style, DateTime start, DateTime end)
Parameters
Type Name Description
PrintStyle style

The PrintStyle object to print.

DateTime start

The DateTime value specifying the beginning of the print range.

DateTime end

The DateTime value specifying the end of the print range.