ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / MemoryReportItem Class / DataElementName Property

In This Topic
    DataElementName Property (MemoryReportItem)
    In This Topic
    Gets or sets the name to use for the data element or attribute for this MemoryReportItem when rendered via a data oriented rendering extension (e.g. XML).
    Syntax
    'Declaration
     
    Public Property DataElementName As String
    public string DataElementName {get; set;}
    See Also