状態の画像の倍率。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property ScaleFactor As ReportExpression(Of Double)
Get
Set
'使用
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>)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
ReportExpression<T> オブジェクト。