The report generator in Uniconta is a standard report generator from the company Devexpress. We have integrated the report generator, so it now is as a part of the Uniconta Windows client.
The data for the report generator is selected from the Uniconta API, which is part of the Uniconta client, and passed to the report engine. Now the Devexpress report engine formats the report and pass it to the printer or screen.
To create a new report, you can use the wizard; we have built, to easily create a report. Once the report is created from the wizard, you can edit it using all the tools provided inside the report designer. During the design phase, you can preview the report and finally when done, you can save it.
You can anytime edit the report and save it again. You can run it directly from the report designer. You can also use the Uniconta Menu Designer and integrate your report in the menu tree in the main menu. Then it is easy for users in you company, to find the report and execute it.
Designing a report
As described, the Uniconta report generator is a report generator from the Company Devexpress. Devexpress have several links on their website that explains how to design reports. We have composed a list of links, where you can read more about how to design a report.
Report Designer Basics
This page gives a detailed view and understanding of Report designer.
https://documentation.devexpress.com/#XtraReports/CustomDocument4256
Report Class Hierarchy
It gives the basic architecture of the components that our report designer has. It briefly explains about the XRControls and Bands used while designing a report in the designer.
https://documentation.devexpress.com/#XtraReports/CustomDocument2588
Reporting Bands
This page describes the bands used in the report designer. Every band in the report designer has a role and with this documentation, you would be able to make use of the correct band while designing reports through our report designer.
https://documentation.devexpress.com/#XtraReports/CustomDocument2590
Units of Measurement
This page briefly describes units available with the report designer. The images displayed in the pages are of xtrareport inside the visual studio.
https://documentation.devexpress.com/#XtraReports/CustomDocument5134
Locating Report Controls
This page describes the various locating controls in the report designer, so that the controls do not overlap with other controls.
https://documentation.devexpress.com/#XtraReports/CustomDocument7181
Reporting Events
This document helps you write events. Events are written in c# script code. While designing and on running, these events are fired, and the script is executed. Most of the events, displayed in the page, explains how it is being used in the visual studio. You can also have those events at run-time when our report designer is running.
https://documentation.devexpress.com/#XtraReports/CustomDocument7345
Parameters in Report
This document helps you to write parameters in the report. These parameters are to calculate Sum of columns and rows at run-time. Our Report Designer has the capability to add parameters while designing. The image used are of the Visual Studio.
https://documentation.devexpress.com/#XtraReports/CustomDocument9862