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

In This Topic
    DataElementName Property (MapAppearanceRule)
    In This Topic
    The name to use for the data element/attribute for this value. Must be a CLS-compliant identifier.
    Syntax
    'Declaration
     
    Public Property DataElementName As String
    public string DataElementName {get; set;}
    See Also