Uniconta's Report Generator is a standard report generator developed by the company Devexpress. We have integrated Report Generator into the Uniconta Windows client.
The data for theReport Generator is selected from the Uniconta API, which is part of the Uniconta client, and passed to the report engine. The Devexpress report engine formats the reports and passes them to the printer or screen.
Our wizard enables our users to easily create a new report. Once the report is created via the wizard, it can be edited using the tools provided in the Report Generator. During the design phase, users can preview the report and save it once it is complete.
The report can be edited and re-saved at any time. The report can be run directly from the Report Generator or, alternatively, reports can be integrated into the main menu using our Uniconta Menu Designer. This makes it easy for the other users in your company, to find the report and use it.
Designing a report
As described above, the Uniconta Report Generator is a report generator created by the Company Devexpress. Devexpress has several links on their website that explain how to design reports using their tool. Below are several useful links explaining how to use the tool to design a report.
Report Designer Basics
The following page gives a detailed view and understanding of the Report Generator.
https://documentation.devexpress.com/#XtraReports/CustomDocument4256
Report Class Hierarchy
The following link explains the basic architecture of the components included in our Report Generator. It briefly explains the XRControls and Bands used for designing a report in the generator.
https://documentation.devexpress.com/#XtraReports/CustomDocument2588
Reporting Bands
This page describes the bands used in the Report Generator. Every band in the Report Generator has a role. This link describes how to select and use the correct band while designing your reports.
https://documentation.devexpress.com/#XtraReports/CustomDocument2590
Units of Measurement
This page briefly describes units available with the Report Generator. The images displayed in the pages are from xtrareport's visual studio.
https://documentation.devexpress.com/#XtraReports/CustomDocument5134
Locating Report Controls
This page describes the various locating controls in Report Generator, ensuring that the controls do not overlap.
https://documentation.devexpress.com/#XtraReports/CustomDocument7181
Reporting Events
This link describes how to write events in c# script code. These events are fired when designed and run and the script is executed. The link describes how the events are used in the visual studio. Users can also see these events while running our Report Generator.
https://documentation.devexpress.com/#XtraReports/CustomDocument7345
Parameters in Report
This document describes how to write parameters in the report. These parameters are to calculate the sum of columns and rows at run-time. Our Report Generator can add parameters during the design phase. The images used in this link are from Visual Studio.
https://documentation.devexpress.com/#XtraReports/CustomDocument9862