Condividi tramite


Proprietà ChartAxisScaleBreak.MaxNumberOfBreaks

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MaxNumberOfBreaks As ReportIntProperty 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ChartAxisScaleBreak Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering