Свойство CollapsibleSpaceThreshold

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property CollapsibleSpaceThreshold As Integer
    Get
'Применение
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

Значение свойства

Тип System. . :: . .Int32
An int value that represents the calculated value of the CollapsibleSpaceThreshold property.