Proprietà GaugeScale.LogarithmicBase

Gets or sets the base to use for logarithmic scale.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property LogarithmicBase As ReportExpression(Of Double)
    Get 
    Set
'Utilizzo
Dim instance As GaugeScale 
Dim value As ReportExpression(Of Double)

value = instance.LogarithmicBase

instance.LogarithmicBase = value
public ReportExpression<double> LogarithmicBase { get; set; }
public:
property ReportExpression<double> LogarithmicBase {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member LogarithmicBase : ReportExpression<float> with get, set
function get LogarithmicBase () : ReportExpression<double>
function set LogarithmicBase (value : ReportExpression<double>)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.

Vedere anche

Riferimento

GaugeScale Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel