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

Determines the type of report to print.

Syntax

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

Members

MemberDescription
CurrentPrint only those items which are currently visible in the control.
FullPrint all the items in the control.
PagePrint only the current page in the control.

Inheritance Hierarchy

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

Requirements

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

See Also