Create the data schema (xsd) from a .NET data source

After you write or modify a C# report program, generate the data schema (xsd) file. This file is required input for the Report Design Document.

The data schema (xsd) file is based on the data model in the binary file created from the C# source. The resulting xsd file is used in the report design document (4rd) to populate the Data View, providing details about the fields that will be streamed by the application. The schema contains the list of database columns that make up your data record, as well as grouping details.