Partager via


Propriété MaxNumberOfBreaks

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MaxNumberOfBreaks As ReportIntProperty
    Get
'Utilisation
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