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

In This Topic
    DataElementValue Property
    In This Topic
    Gets the data element value. Exists primarily for XML RE advanced export. Returned value can be null.
    Syntax
    'Declaration
     
    ReadOnly Property DataElementValue As String
    string DataElementValue {get;}

    Property Value

    A System.String representing the data element value, or null.
    See Also