Compartir a través de


ChartAxisScaleBreakInstance.CollapsibleSpaceThreshold Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property CollapsibleSpaceThreshold As Integer 
    Get
'Uso
Dim instance As ChartAxisScaleBreakInstance 
Dim value As Integer 

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

Valor de la propiedad

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

Vea también

Referencia

ChartAxisScaleBreakInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering