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 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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapBorderSkinType>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace