Właściwość GaugeScale.Multiplier
Kwota, przez którą mnożone jest wartością szerokości torów, zanim zostanie wyświetlony.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Multiplier As ReportExpression(Of Double)
Get
Set
'Użycie
Dim instance As GaugeScale
Dim value As ReportExpression(Of Double)
value = instance.Multiplier
instance.Multiplier = value
public ReportExpression<double> Multiplier { get; set; }
public:
property ReportExpression<double> Multiplier {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member Multiplier : ReportExpression<float> with get, set
function get Multiplier () : ReportExpression<double>
function set Multiplier (value : ReportExpression<double>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> obiektu.