[]
Opens a separate application window in which end users can preview the output that would be generated by the print operation.
public void Preview()
Public Sub Preview()
Opens a separate application window in which end users can preview the output that would be generated by the print operation.
public void Preview(PrintStyle style)
Public Sub Preview(style As PrintStyle)
| Type | Name | Description |
|---|---|---|
| PrintStyle | style | The PrintStyle object to preview. |
Opens a separate application window in which end users can preview the output that would be generated by the print operation.
public void Preview(Appointment appointment)
Public Sub Preview(appointment As Appointment)
| Type | Name | Description |
|---|---|---|
| Appointment | appointment | The C1.Schedule.Appointment object to preview. |
Opens a separate application window in which end users can preview the output that would be generated by the print operation.
public void Preview(PrintStyle style, DateTime start, DateTime end)
Public Sub Preview(style As PrintStyle, start As Date, [end] As Date)
| Type | Name | Description |
|---|---|---|
| PrintStyle | style | The PrintStyle object to preview. |
| DateTime | start | The DateTime value specifying the beginning of the print range. |
| DateTime | end | The DateTime value specifying the end of the print range. |