Partilhar via


Propriedade do RDL Map.MapBorderSkin

Gets the border skin for the map.

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

Sintaxe

'Declaração
Public ReadOnly Property MapBorderSkin As MapBorderSkin 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapBorderSkin
A MapBorderSkin object.

Consulte também

Referência

Map Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering