Właściwość NumericIndicator.Multiplier
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Mnożnik.
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 NumericIndicator
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.
Zobacz także