Samples / Samples / Advanced / Page and RDLX Reports / Custom Chart
In This Topic
Custom Chart
In This Topic

This sample illustrates creating custom report item - Radar Chart. The ICustomReportItem interface is used to implement custom control, which is radar chart. The designer inherited from CustomReportItemDesigner class allows the chart to be available on the designer. The sample uses shared data source Nwind.rdsx. TestDesignerPro

 

TestViewer

Sample Location

Visual Basic.NET

https://github.com/activereports/Samples19/tree/main/Advanced/PageAndRDLX/CustomChart/VB.NET

C#

https://github.com/activereports/Samples19/tree/main/Advanced/PageAndRDLX/CustomChart/C#

Details

When you run this sample, an RDLX report 'Radar.rdlx' with Radar chart is displayed on the designer. Go to the Preview tab of the designer to view the report with data pulled from Nwind.rdsx.

The sample consists of following projects:

The custom report item (RadarChart) and its designer (RadarDesigner) are defined in ActiveReports.config file placed in test application projects.