Udostępnij za pośrednictwem


StateIndicator.ScaleFactor Property

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

Gets or sets the scale factor of the state indicator.

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

Syntax

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

value = instance.ScaleFactor

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

Property Value

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

See Also

Reference

StateIndicator Class

Microsoft.ReportingServices.RdlObjectModel Namespace