Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.