ActiveReports 19 .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
    Gets the custom data of this CRI. Exists primarily for XML RE advanced export. Returned value can be null.
    Syntax
    'Declaration
     
    ReadOnly Property CustomData As CustomData
    CustomData CustomData {get;}

    Property Value

    A CustomData representing the custom data of this CRI, or null.
    See Also