[]
        
(Showing Draft Content)

C1.Schedule.Printing.PrintInfo.Preview

Preview Method

Preview()

Opens a separate application window in which end users can preview the output that would be generated by the print operation.

Declaration
public void Preview()

Preview(PrintStyle)

Opens a separate application window in which end users can preview the output that would be generated by the print operation.

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

The PrintStyle object to preview.

Preview(Appointment)

Opens a separate application window in which end users can preview the output that would be generated by the print operation.

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

The C1.Schedule.Appointment object to preview.

Preview(PrintStyle, DateTime, DateTime)

Opens a separate application window in which end users can preview the output that would be generated by the print operation.

Declaration
public void Preview(PrintStyle style, DateTime start, DateTime end)
Parameters
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.