MapTileLayerInstance.TileStyle 属性

Gets the calculated value of the TileStyle property in a MapTileLayer class.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property TileStyle As MapTileStyle
    Get
用法
Dim instance As MapTileLayerInstance
Dim value As MapTileStyle

value = instance.TileStyle
public MapTileStyle TileStyle { get; }
public:
property MapTileStyle TileStyle {
    MapTileStyle get ();
}
member TileStyle : MapTileStyle
function get TileStyle () : MapTileStyle

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.MapTileStyle
A MapTileStyle value that represents the calculated value of the TileStyle property.