Studio Reports - Section and Controls Properties
Applies to: Kyvos Reporting
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:
Open the report in Kyvos Reporting Studio.
Click on any control or section on the layout canvas.
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.
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 Kyvos Reporting 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.