ChartAxisScaleBreak.BreakLineType Property

Definition

Gets an expression that evaluates to the type of line used to show the scale break.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartBreakLineType> ^ BreakLineType { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartBreakLineType> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartBreakLineType> BreakLineType { get; }
member this.BreakLineType : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartBreakLineType>
Public ReadOnly Property BreakLineType As ReportEnumProperty(Of ChartBreakLineType)

Property Value

A ReportEnumProperty<EnumType> object.

Applies to