Map.MapBorderSkin Property

Gets the border skin for the map.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MapBorderSkin As MapBorderSkin
    Get
'Usage
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