Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Amount of space to leave for a scale break, as a percent of the chart size.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Spacing As ReportExpression(Of Double)
Get
Set
'Usage
Dim instance As ChartAxisScaleBreak
Dim value As ReportExpression(Of Double)
value = instance.Spacing
instance.Spacing = value
public ReportExpression<double> Spacing { get; set; }
public:
property ReportExpression<double> Spacing {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member Spacing : ReportExpression<float> with get, set
function get Spacing () : ReportExpression<double>
function set Spacing (value : ReportExpression<double>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.