Share via


IndicatorState.ScaleFactor Property

The scale factor of the state image.

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 IndicatorState
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>)