While FlexReport can be used in various scenarios, the key steps relevant in most of those scenarios are:
- Creating a report definition - This can be done using the C1FlexReportDesigner desktop application. The .flxr report definition file created by the designer needs to be made available to the application's runtime, so that it can be loaded into C1FlexReport. Alternatively, the report definition can be created completely at runtime in code, using the rich object model of C1FlexReport.
- Providing data for the report - The report definition must be created keeping in mind the data sources available to the WPF version. At runtime, once the report definition has been loaded into C1FlexReport, the data must be accessible so the report can be generated. For information about the available data sources, see Data Sources in FlexReport.
- Rendering the report - Reports can be rendered directly to a printer, into FlexViewerPane, or exported to different formats.
See Also