[]
Represents the types of tabs available in the ActiveReports designer.
public enum DesignerTab
This enumeration defines the different tabs that can be selected within the ActiveReports designer interface. Each member represents a specific view or functionality provided by the designer, allowing users to switch between designing, scripting, and previewing reports.
Name | Description |
---|---|
Designer | Represents the designer tab, used for creating and modifying report layouts. |
Preview | Represents the preview tab, used for viewing the report as it will appear when printed or exported. |
Script | Represents the script tab, used for writing and editing custom code associated with the report. |