The Remote Module can generate reports on the fly. This can even be done on client displays or for saving in files like XPS, HTML, Unicode, ASCII, and PDF.
These reports can have multiple graphical components like tables, tags, grids, trends, etc. All of these components have the ability to update data when a report is generated. This provides users with the most up-to-date data in their reports.
This section allows you to configure and save a report's basic properties. Standard content can be added with the report editor. Then, application users can run reports.
To create or edit a report:
Report Configuration Properties | |
---|---|
Field | Description |
Name | Enter a name for the report. The system allows you to know if the name is not valid. |
Padding | Select padding when replacing a tag name with its value (the field for a tag will have the same number of spaces as the tag name is long).
|
SaveFormat | Select the report format:
|
SaveFileName | Enter a string and {ObjectProperties}. Use the full path. |
SaveTrigger | Enter an object property that will be the trigger. |
Append | Enter the file to append the report |
Size | Report size configuration. |
EditSecurity | Check what user groups can edit the report |
Header | Choose another report to be the Header. |
Footer | Choose another report to be the Footer. |
Legacy | Read-only. Show if the report is a legacy. |
Description | Enter a description of this report. |
To change the report format between “portrait” and “landscape”, you need to change it in both NovaPDF (printer used by our Platform ) and the target printer. |
You create text, formatting, and values using the text editor.
To use the text editor:
Examples:
Dataset Module Properties examples | ||
---|---|---|
Property | Type | Description |
Dataset.IsStarted | Boolean | Flag indicating if the Module Dataset has started |
Dataset.OpenStatusMessage | String | Message OK or error when initiating the Module |
Dataset.Query.Query1.SelectCommand() | DataTable | Executes the Query1 return a DataTable object the values |
The Report namespace exposes properties and methods of the .NET objects used by the Dataset Module execution.
For more information on namespaces and objects, go to Objects and Namespaces.
This section describes only some commonly used properties, for the full list properties and methods, go to the Namespaces Reference.