ChartBorderSkin.BorderSkinType Property

Gets the type of the border skin.

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

Syntax

'Declaration
Public ReadOnly Property BorderSkinType As ReportEnumProperty(Of ChartBorderSkinType)
    Get
'Usage
Dim instance As ChartBorderSkin
Dim value As ReportEnumProperty(Of ChartBorderSkinType)

value = instance.BorderSkinType
public ReportEnumProperty<ChartBorderSkinType> BorderSkinType { get; }
public:
property ReportEnumProperty<ChartBorderSkinType>^ BorderSkinType {
    ReportEnumProperty<ChartBorderSkinType>^ get ();
}
member BorderSkinType : ReportEnumProperty<ChartBorderSkinType>
function get BorderSkinType () : ReportEnumProperty<ChartBorderSkinType>