CollapsibleSpaceThreshold プロパティ
軸の空白領域が何パーセントを超えるとスケール区切りが生じるようにするか。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property CollapsibleSpaceThreshold As ReportIntProperty
Get
'使用
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