Udostępnij przez


Właściwość ChartAxisScaleBreak.CollapsibleSpaceThreshold

Pobiera wyrażenie procent puste miejsce dozwolone na oś wywoła podział skali.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property CollapsibleSpaceThreshold As ReportIntProperty
    Get
'Użycie
Dim instance As ChartAxisScaleBreak
Dim value As ReportIntProperty

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