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

In This Topic
    DataElementName Property (IReportItem)
    In This Topic
    The name to use for the data element or attribute for this report item when rendered via a data oriented rendering extension (e.g. XML).
    Syntax
    'Declaration
     
    ReadOnly Property DataElementName As String
    string DataElementName {get;}
    Remarks
    By default this is the name of this report item.
    See Also