Partilhar via


Propriedade do RDL ChartAxisScaleBreak.MaxNumberOfBreaks

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

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

Sintaxe

'Declaração
Public ReadOnly Property MaxNumberOfBreaks As ReportIntProperty 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ChartAxisScaleBreak Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering