Creating custom report categories
In order to keep your reports organized, you can create additional report categories. To create a new category:
- Use
next to the REPORTS heading
- Click ADD DIRECTORY
Alternatively, you can COPY an existing category using

next to the category's name and customize it later.
- Report Designer Interface Overview
When editing a report template, the Report Designer interface consists of the following main areas:
(1) Left panel – Toolbox
The Toolbox contains controls that can be added to the report layout:
- Label
Displays static or calculated text. - Picture Box
Used for logos or branding elements. - Table
Displays structured, tabular data.
To add a control, drag it from a Toolbox and drop it onto the report canvas.
(2) Upper panel - Document Viewer Toolbar
Provides standard actions such as:
- Cut, copy, paste
- Undo / redo
- Zoom and scaling options
(3) Right panel – Configuration Tabs
The right panel contains four tabs used to configure the report:
- Properties
Displays settings for the selected element, such as title, formatting, alignment, borders, and size. - Expressions
Used to define calculated or formatted values based on existing fields. When editing an expression, the Expression Editor opens. - Fields
Displays all dataset fields available for use in the report.
Parameters control which data is included in the report (for example, date range, location, product type etc.)
Users can: - Search for fields and drag them onto the canvas.
- Create calculated fields based on existing fields.
- Update description or sorting order in Parameters.
Do not modify or delete existing dataset fields or parameter bindings.
Incorrect field or parameter changes may prevent the report from loading or returning data.
- Report Explorer
Shows a hierarchical view of all bands and elements, helping with navigation and selection.
(4) Center – Report Canvas
The Report Canvas is the central area where the layout is visually designed.
You can position, resize, and align elements directly on the canvas.
(5) Preview mode
Preview mode shows how the report will look with real data before saving or using the report.
It is recommended to preview changes after each significant modification.
Understanding Report Data (Datasets)
Reports use predefined datasets, typically based on backend queries or stored procedures. If certain information is missing in the report, it means the data is not provided by predefined queries.
Key points to understand:
- Only fields included in the dataset are supported.
- Dataset structure must not be modified.
- New datasets or fields (unless based on an existing field) cannot be created within report. Only calculated fields derived from existing data fields can be used.
- If required information is not available, the customer is advised to submit a request to extend dataset.
Most common customization tasks for reports follow the same steps as in printout templates, including: