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