ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ICustomReportItem Interface / CustomData Property

In This Topic
    CustomData Property (ICustomReportItem)
    In This Topic
    Returns custom data of this CRI. Exists primary for XML RE advanced export. Returned value can be null.
    Syntax
    'Declaration
     
    ReadOnly Property CustomData As CustomData
    CustomData CustomData {get;}
    See Also