ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItem Class / DataElementName Property

In This Topic
    DataElementName Property (ReportItem)
    In This Topic

    Gets or sets the name to use for the data element or attribute for the report item.

    Syntax
    'Declaration
     
    Public Property DataElementName As String
    public string DataElementName {get; set;}

    Property Value

    A String indicating the name to use for the data element or attribute for the report item.

    Remarks

    The default value is the Name of the report item

    See Also