Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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