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