Generate the data schema during compile
Add a post compile rule that generates the data schema with each compile of the C# source.
Before you begin:
- Write a Genero Report Writer for C# report program.
To create a report, you must generate the data schema (.xsd) from the C# program source. You can generate it from the command line, giving you control of when it is generated. You can also generate it by including the command line options in the post compile rules, causing it to regenerate each time the program source is compiled.