[]
Represents identifiers for toolstrips that can be created by the CreateToolStrips(params DesignerToolStrips[]) method. These identifiers specify the types of toolstrips that are relevant to various aspects of the report design process, allowing for a modular and customizable toolbar setup within the ActiveReports designer environment.
public enum DesignerToolStrips
Name | Description |
---|---|
All | Represents a toolstrip containing all available items. This option is typically used to initialize the designer with a full set of toolbars, providing access to all editing and formatting capabilities. |
Borders | Represents a toolstrip containing the borders toolbar, dedicated to applying and adjusting borders on report elements. This allows for customization of border style, thickness, and color. |
Edit | Represents a toolstrip containing the edit toolbar, containing tools for undoing, redoing, cutting, copying, pasting, and deleting elements within the report. |
Format | Represents a toolstrip containing the format toolbar, offering a range of formatting options for text, shapes, and other report elements. This includes font adjustments, alignment, color settings, and more. |
Layout | Represents a toolstrip containing the layout toolbar, providing tools for arranging report elements. This includes alignment, distribution, grouping, and ordering of components to achieve the desired layout. |
Menu | Represents a toolstrip containing the main menu toolbar, providing access to file operations, editing, view options, and other general settings. |
Report | Represents a toolstrip containing the report toolbar, offering tools specific to report creation and manipulation, such as adding sections, setting data sources, and configuring report parameters. |
Undo | Represents a toolstrip containing the undo toolbar, focused on providing quick access to undo and redo functionality. This toolbar simplifies the process of reverting and reapplying changes during the report design process. |
Zoom | Represents a toolstrip containing the zoom toolbar, which includes tools for adjusting the zoom level of the design surface. This allows designers to closely inspect details or view the report layout from a wider perspective. |