Compartilhar via


Propriedade do RDL ChartAxisScaleBreakInstance.MaxNumberOfBreaks

Gets the calculated value of the MaxNumberOfBreaks property in a ChartAxisScaleBreak class.

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

Sintaxe

'Declaração
Public ReadOnly Property MaxNumberOfBreaks As Integer 
    Get
'Uso
Dim instance As ChartAxisScaleBreakInstance 
Dim value As Integer 

value = instance.MaxNumberOfBreaks
public int MaxNumberOfBreaks { get; }
public:
property int MaxNumberOfBreaks {
    int get ();
}
member MaxNumberOfBreaks : int
function get MaxNumberOfBreaks () : int

Valor da propriedade

Tipo: System.Int32
An int value that represents the calculated value of the MaxNumberOfBreaks property.

Consulte também

Referência

ChartAxisScaleBreakInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering