ActiveReports 14 .NET Edition
ActiveReports 14 User Guide / Samples and Walkthroughs / Samples / Samples / Advanced / Page and RDL 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

    TestDesignerPro



    TestViewer

    TestViewer

    Sample Location

    Visual Basic.NET

    ..\Samples14\Advanced\PageAndRDL\CustomChart\VB.NET

    C#

    ..\Samples14\Advanced\PageAndRDL\CustomChart\C#

    Details

    When you run this sample, an RDL 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 GrapeCity.ActiveReports.config file placed in test application projects.