Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapBorderSkin
A MapBorderSkin object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace