dbicDayView Send comments on this topic.
PrintPreview Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : PrintPreview Method

Produces a report on screen.

Overload List

OverloadDescription
PrintPreview()Previews the control.  
PrintPreview(PrintDialog)Previews the control to the specified PrintDialog.  
PrintPreview(PrinterSettings)Previews the control to the specified PrinterSettings.  

Remarks

The type of report that will be displayed with the PrintPreview method is defined by the PrintReportType property.

For additional information, please see Creating a Printed Report.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also