ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapTileLayer Class / TileStyle Property

In This Topic
    TileStyle Property (MapTileLayer)
    In This Topic
    Gets or sets the tiles style That evaluates to one of MapTileLayer.MapTileStyle. The default value is MapTileLayer.MapTileStyle.Road.
    Syntax
    'Declaration
     
    Public Property TileStyle As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo TileStyle {get; set;}
    See Also