Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Percent of empty space allowed on the axis before a scale break is triggered.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property CollapsibleSpaceThreshold As ReportExpression(Of Integer)
Get
Set
'Usage
Dim instance As ChartAxisScaleBreak
Dim value As ReportExpression(Of Integer)
value = instance.CollapsibleSpaceThreshold
instance.CollapsibleSpaceThreshold = value
public ReportExpression<int> CollapsibleSpaceThreshold { get; set; }
public:
property ReportExpression<int> CollapsibleSpaceThreshold {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member CollapsibleSpaceThreshold : ReportExpression<int> with get, set
function get CollapsibleSpaceThreshold () : ReportExpression<int>
function set CollapsibleSpaceThreshold (value : ReportExpression<int>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.