ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Map Class / DocumentMapLabel Property

In This Topic
    DocumentMapLabel Property
    In This Topic
    Specifies a label to identify a Map instance within the client UI in order to provide a user-friendly label for searching.
    Syntax
    'Declaration
     
    Public Property DocumentMapLabel As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo DocumentMapLabel {get; set;}
    See Also