Generate a data source
A Data Model diagram (.4rdj) defines the records (data sets) that comprise the data model for your report application. Use the New Record Wizard to create a Data Model diagram.
- The data schema file (.xsd).
The data schema file is the file added to a report design, in order to provide details about the data model. It identifies the structure and hierarchy of the data. By using this file, the report designer had all the information they need about the data, without having to have an actual database connection.
- The data source code.
The source code, generated in the language specified by the Language property, is the code necessary to extract, serialize, and stream the data to the report. These files are the source that can be included as a library in your bespoke applications. If necessary, these files can be customized through the addition of custom code.