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