ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapElementView Class / LayerName Property

In This Topic
    LayerName Property (MapElementView)
    In This Topic
    Layer name containing the spatial element to be centered. An expression should evaluate to a System.String.
    Syntax
    'Declaration
     
    Public Property LayerName As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo LayerName {get; set;}
    See Also