Configuring the Reports Module
Configuration Workflow
Reports module configuration workflow | |
---|---|
Action | Where |
Create Report Forms | Reports / Forms. Learn more at Reports Forms. |
Manage WebData Definitions | Reports / WebData. Learn more at Reports WebData. |
Customize Report Forms | Reports / Forms Editor. Learn more at Forms Editor. |
Manage WebData scripts | Reports / WebData Editor. Learn more at WebData Editor. |
Working with the Reports Module
Showing Reports on Displays
When using Windows WPF clients, you can use the following visualization controls.
When using Web HTML5, or portable displays, you can use the following visualization control:
Monitoring the Reports Module Execution
→ Read more about the Reports Monitor.
Report Runtime Attributes
The Reports Namespace exposes properties and methods of the .NET objects used by the Dataset Module execution.
Report Module Properties examples | ||
---|---|---|
Property | Type | Description |
T.Modules.Report | RunObj | Class for Report operation. |
ReportItem.Append | int | Indicates whether the report will be overwritten or appended on Save commands |
ReportItem.Category | string | ReadOnly property with categories configured on Report object. |
For more information on namespaces and objects, go to Objects and Namespaces.
In this section: