The C1ReportDesigner application is a tool used for creating and editing C1.C1Report.C1Report report definition files. The Designer allows you to create, edit, load, and save XML files that can be read by the C1.C1Report.C1Report component. It also allows you to import report definitions from Microsoft Access files (MDB) and VSReport 1.0 (VSR).
To run the Designer, double-click the C1ReportDesigner.exe file by default installed in C:\Program Files\ComponentOne\WPF Edition\C1WPFReport\Designer. For steps on running the Designer from Visual Studio, see Accessing C1ReportDesigner from Visual Studio.
Here's what the Designer looks like with the CommonTasks.xml file opened:
The main Designer window has the following components:
-
Design tab: Provides shortcuts to the Edit, Font, Data, Fields, and Tools menu functions.
-
Arrange tab: Provides shortcuts to the Edit, AutoFormat, Grid, Control Alignment, Position, and Size menu functions.
-
Report tab: Lists all reports contained in the current report definition file. You can double-click a report name to preview or edit the report. You can also use the list to rename, copy, and delete reports.
-
Preview/Design pane: This is the main working area of the Designer. In preview mode, it displays the current report. In design mode, it shows the report's sections and fields and allows you to change the report definition.
-
Status bar: The status bar displays information about what the Designer is working on (for example, loading, saving, printing, rendering, importing, and so on).
The following sections explain how you can use the C1ReportDesigner to create, edit, use, and save report definition files.
The main Designer window has the following components:
-
Design tab: Provides shortcuts to the Edit, Font, Data, Fields, and Tools menu functions. See Design Tab for more information.
-
Arrange tab: Provides shortcuts to the Edit, AutoFormat, Grid, Control Alignment, Position, and Size menu functions. See Arrange Tab for more information.
-
Reports tab: Lists all reports contained in the current report definition file. You can double-click a report name to preview or edit the report. You can also use the list to rename, copy, and delete reports.
-
Preview/Design pane: This is the main working area of the Designer. In preview mode, it displays the current report. In design mode, it shows the report's sections and fields and allows you to change the report definition.
-
Status bar: The status bar displays information about what the Designer is working on (for example, loading, saving, printing, rendering, importing, and so on). You can zoom in and out of a selected report by dragging the zoom slider at the right of the status bar.
The topics that follow explain how you can use the C1ReportDesigner application to create, edit, use, and save report definition files.
See Also