[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.DesignerReportType

DesignerReportType Enum

Represents the types of reports that can be created or edited within the ActiveReports designer.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public enum DesignerReportType
Remarks

The DesignerReportType enumeration provides a way to specify the type of report being worked on in the ActiveReports designer. This allows for the customization and functionality of the designer to be tailored to the specific type of report being edited.

The enumeration includes:

  • Section for section-based reports,
  • Page for page-based reports,
  • Rdl for RDLX reports, which is now obsolete,
  • RdlMultiSection for RDLX reports with multiple sections, and
  • RdlDashboard for RDLX dashboard reports.

Note: The Rdl type is marked as obsolete and should not be used in new development. It will be removed in a future release.

Fields

Name Description
Page

Represents a Page report type, which is designed using fixed page layout.

Rdl

Represents an RDLX report type. This type is obsolete and should not be used in new development.

RdlDashboard

Represents an RDLX dashboard report type, designed for dashboard layouts.

RdlMultiSection

Represents an RDLX report type with support for multiple sections.

Section

Represents a section report type, which is designed in a banded layout.