Studio Reports - Section and Controls Properties

Studio Reports - Section and Controls Properties

The Report Properties allow you to configure and personalize various aspects of your report layout. You can modify the properties of sections and controls to suit your reporting requirements.

Viewing Report Properties

When you place a control in the report layout, its associated properties—along with the control name and default values—are displayed in the Property pane. You can view and edit these properties during design time or apply them dynamically at runtime using scripting.

To view the properties:

  1. Open the report in Intellicus Studio.

  2. Click on any control or section on the layout canvas.

  3. The Property pane displays relevant properties of the selected item.

Note
The list of properties in the Property pane changes depending on the selected control or section.

Sorting Properties

The Property pane provides two sorting options:

  • Categorical View:
    Click the Categorized button to group properties under relevant categories such as Appearance, Layout, and Data.

    image-20250725-153346.png
  • Alphabetical View:
    Click the Alphabetical button to list properties in A–Z order.

    image-20250725-153313.png

Modifying Properties

You can directly edit the value of a property in the Property pane:

  • Click the value field next to a property name.

  • Enter a new value or select from available options (if provided).

Example:
To change the name of a label control, click the Name property. If the default name is Label, replace it with a custom name like ProductLabel.

Scripting Report Properties

You can also configure properties dynamically using the Script Editor in Intellicus Studio. Event-based scripting (in JavaScript syntax) allows you to control visibility, formatting, values, and behavior of report elements at runtime.

For more details, refer to the Scripting Section.

To learn more on the properties, refer below.

Copyright Intellicus Technologies Pvt. Ltd. All rights reserved.