ChartAxisScaleBreak.MaxNumberOfBreaks Property

Gets an expression that evaluates to the maximum number of scale breaks to apply.

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

Syntax

'Declaration
Public ReadOnly Property MaxNumberOfBreaks As ReportIntProperty
    Get
'Usage
Dim instance As ChartAxisScaleBreak
Dim value As ReportIntProperty

value = instance.MaxNumberOfBreaks
public ReportIntProperty MaxNumberOfBreaks { get; }
public:
property ReportIntProperty^ MaxNumberOfBreaks {
    ReportIntProperty^ get ();
}
member MaxNumberOfBreaks : ReportIntProperty
function get MaxNumberOfBreaks () : ReportIntProperty