Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the border skin type.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapBorderSkinType As ReportEnumProperty(Of MapBorderSkinType)
Get
'Usage
Dim instance As MapBorderSkin
Dim value As ReportEnumProperty(Of MapBorderSkinType)
value = instance.MapBorderSkinType
public ReportEnumProperty<MapBorderSkinType> MapBorderSkinType { get; }
public:
property ReportEnumProperty<MapBorderSkinType>^ MapBorderSkinType {
ReportEnumProperty<MapBorderSkinType>^ get ();
}
member MapBorderSkinType : ReportEnumProperty<MapBorderSkinType>
function get MapBorderSkinType () : ReportEnumProperty<MapBorderSkinType>
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapBorderSkinType>
A ReportEnumProperty<EnumType> object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace