Overview
Agileeas.. NET platform provides its own report designer and integrates the report with the platform. developers can use the independent report designer to design the report and import it to agileeas. in the. NET platform, you can also use agileeas.. NET platform.
Agileeas. the net platform uses the integrated deployment idea in the report deployment, that is, the designed report definition is stored in the database, and the client reads the report definition in use and caches it on the client, the Platform adds an application plug-in for Report Management: used to manage all reports in the system.
Report Management
Report Management is used to manage all report definitions on the platform. From this module, you can add new reports, delete existing reports, or modify or design reports.
Add a new
Reports
Select the "new" button of the toolbar, right-click the blank position in the list and choose "New Report" from the shortcut menu, or press the "Ctrl + N" shortcut.ProgramGroup editing dialog box.
When creating a report, all content in the dialog box is empty. If you do not enter a report name, you cannot save the report.
Enter the report name, alias, type, and print direction, and click "OK". The new report will appear in the program group management.
Delete existing
Reports
Select a report in the report list, select the "delete" button, or right-click the shortcut menu and select "delete" from the shortcut menu. The system will prompt you whether to confirm deletion, click "yes" to delete the corresponding program group.
Modify existing
Report attributes
Modifying a report is mainly used to modify the report name, alias, and related configuration information. In the report list, select a report, select "attribute", or right-click the selected report, select properties in the pop-up menu. The Program Group Properties dialog box is displayed. This dialog box is the same as the dialog box used to add a report, but the dialog box is no longer empty.
The report name cannot be modified after it is created.
Report Definition
You can import a report definition according to the designed report definition file or copy the report Definition source code from the report designer.
In the report management module, select a report, select the "Definition" button on the toolbar, or right-click the shortcut menu and select "Definition" to open the report definition dialog box:
The developer can copy the report definition information directly from the report designer, or import the report definition from the report design file through the "Import report definition" button. After the report definition is imported or copied, click "OK" to modify the report definition.
Report Design
Agileeas. NET platform designer provides a very convenient report designer. The original version of fyireporting only provides a report designer based on database connections. I have added a method, based on agileeas. the ORM Data objects on the. NET platform are designed for reports, and the orm and report are integrated. Let's take a look at creating a database-related report:
First, set the connection:
Select a database table or a REPORT query statement:
After confirmation, use the report designer to design the report:
Preview a report:
The agileeas. NET platform also provides a method to design reports based on the ORM object on agileeas. NET platform without database connection. Let's take a look at the design process:
First, select the components of the orm object and the orm table object:
After confirmation, use the report designer to design the report:
Developers can also directly use the integrated report designer to design reports:
The report designer integrated in the report management module is more concise than an independent report designer. Unlike the independent report design, the report designer saves the results to the report definition file, instead, it is saved directly to agileeas.. net.
Download the PDF version of this article: tutorial on using agileeas. NET platform object designer
QQ: 15118502
Agileeas. NET application development platform-series directory
Official website of agileeas. net