Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.