GaugeScaleInstance.Multiplier プロパティ
GaugeScale クラスの Multiplier プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Multiplier As Double
Get
'使用
Dim instance As GaugeScaleInstance
Dim value As Double
value = instance.Multiplier
public double Multiplier { get; }
public:
property double Multiplier {
double get ();
}
member Multiplier : float
function get Multiplier () : double
プロパティ値
型: System.Double
Multiplier プロパティの計算値を表す double 値。