Share via


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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object.

See Also

Reference

ChartAxisScaleBreak Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace