Udostępnij za pośrednictwem


NumericIndicator.SeparatorWidth Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

The separator width.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property SeparatorWidth As ReportExpression(Of Double)
    Get 
    Set
'Usage
Dim instance As NumericIndicator 
Dim value As ReportExpression(Of Double)

value = instance.SeparatorWidth

instance.SeparatorWidth = value
public ReportExpression<double> SeparatorWidth { get; set; }
public:
property ReportExpression<double> SeparatorWidth {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member SeparatorWidth : ReportExpression<float> with get, set
function get SeparatorWidth () : ReportExpression<double>
function set SeparatorWidth (value : ReportExpression<double>)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.

See Also

Reference

NumericIndicator Class

Microsoft.ReportingServices.RdlObjectModel Namespace