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