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

In This Topic
    DataElementName Property (MapSpatialElementTemplate)
    In This Topic
    The name to use for the data element for this value. Must be a CLS-compliant identifier. If not defined, MapDataRow is used.
    Syntax
    'Declaration
     
    Public Property DataElementName As String
    public string DataElementName {get; set;}
    See Also