FlexReport supports map fields using its extensible custom field architecture. In the following topics, you'll see how you can customize map fields in reports using the FlexReportDesigner application. The Map custom field uses two assemblies, C1.Win and C1.Win.Map, which should be referenced by your project before you begin.
To start using the Map custom field in the FlexReportDesigner application, complete the following steps:
<item value="C1.Win.FlexReport.CustomFields.4;C1.Win.FlexReport.CustomFields.Map" />
That's it! The main aspects of the Map field include:
Note that if C1FlexReport definition contains map field and the report is generated asynchronously, the map field cannot be displayed in the FlexViewer control. As a workaround please set the C1FlexViewer.UseAsyncRendering property to False.