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

Produces a printed report.

Overload List

OverloadDescription
Print()Prints the control.  
Print(PrintDialog)Prints the control to the specified PrintDialog.  
Print(PrinterSettings)Prints the control to the specified PrinterSettings.  

Remarks

The type of report that will be displayed with the Print 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