Reports for WinForms supports map fields using its extensible custom field architecture. The Map custom field is implemented as a custom field in two using two assemblies from ComponentOne Studio WPF Edition: C1.WPF and C1.WPF.Maps, which are installed with the report designer application. In the following topics, you'll see how you can customize map fields in reports using the C1ReportDesigner application.
Note that the Map custom field uses two assemblies from ComponentOne Studio WPF Edition: C1.WPF and C1.WPF.Maps. Make sure that these assemblies are available and referenced by your project before you begin.
To start using the Map custom field in the C1ReportDesigner application, complete the following steps:
<item value="C1.C1Report.CustomFields.4;C1.C1Report.CustomFields.Map" />
That's it! The main aspects of the Map field include:
For more information, see the following topics which describe some of the most important properties of the Map custom field.