Partager via


Propriété ChartAxisScaleBreak.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

Valeur de propriété

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

Voir aussi

Référence

ChartAxisScaleBreak Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering