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

Determines how much info will be displayed in a printed report.

Syntax

Visual Basic (Declaration) 
Public Property PrintReportType As enumPrintReportType
C# 
public enumPrintReportType PrintReportType {get; set;}

Property Value

enumPrintReportType

Remarks

If this property is set to Full the print out will be based on the PrintTimeStart and PrintTimeEnd properties.

If this property is set to Current only the portion of the control which is visible will be printed.

Requirements

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

See Also