[]
Represents the types of reports that can be created or edited within the ActiveReports designer.
public enum DesignerReportType
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:
Note: The Rdl type is marked as obsolete and should not be used in new development. It will be removed in a future release.
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. |