ActiveReports 8
DesignerReportType Enumeration
See Also 
GrapeCity.ActiveReports.Design.Win.v8 Assembly > GrapeCity.ActiveReports.Design Namespace : DesignerReportType Enumeration

Glossary Item Box

Available report types

Syntax

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

Members

MemberDescription
Page Specifies page report type.
SectionSpecifies section report type.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Design.DesignerReportType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also