[]
Sends default printing style for the currently selected view to the printer.
public void Print()
Public Sub Print()
Sends the specified printing style to the printer.
public void Print(PrintStyle style)
Public Sub Print(style As PrintStyle)
| Type | Name | Description |
|---|---|---|
| PrintStyle | style | The PrintStyle object to print. |
Sends the specified C1.Schedule.Appointment object to the printer.
public void Print(Appointment appointment)
Public Sub Print(appointment As Appointment)
| Type | Name | Description |
|---|---|---|
| Appointment | appointment | The C1.Schedule.Appointment object to print. |
Sends the specified printing style to the printer.
public void Print(PrintStyle style, DateTime start, DateTime end)
Public Sub Print(style As PrintStyle, start As Date, [end] As Date)
| 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. |