Map.MapBorderSkin 属性

Gets the border skin for the map.

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

语法

声明
Public ReadOnly Property MapBorderSkin As MapBorderSkin 
    Get
用法
Dim instance As Map 
Dim value As MapBorderSkin 

value = instance.MapBorderSkin
public MapBorderSkin MapBorderSkin { get; }
public:
property MapBorderSkin^ MapBorderSkin {
    MapBorderSkin^ get ();
}
member MapBorderSkin : MapBorderSkin
function get MapBorderSkin () : MapBorderSkin

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.MapBorderSkin
A MapBorderSkin object.

请参阅

参考

Map 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间