dbicDayView Send comments on this topic.
enumPrintReportType Enumeration
See Also  
dbicDayView Assembly > Dbi.WinControl.DayView Namespace : enumPrintReportType Enumeration

How the control will be printed using the Print Method or the PrintPreview Method.

Syntax

Visual Basic (Declaration) 
Public Enum enumPrintReportType 
   Inherits System.Enum
C# 
public enum enumPrintReportType : System.Enum 

Members

MemberDescription
CurrentOnly the visible portion of the control is printed.
FullThe printed report will be based on the PrintTimeStart and PrintTimeEnd properties.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.DayView.enumPrintReportType

Requirements

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

See Also