Condividi tramite


Proprietà GaugeScaleInstance.Logarithmic

Gets the calculated value of the Logarithmic property in a GaugeScale class.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Logarithmic As Boolean 
    Get
'Utilizzo
Dim instance As GaugeScaleInstance 
Dim value As Boolean 

value = instance.Logarithmic
public bool Logarithmic { get; }
public:
property bool Logarithmic {
    bool get ();
}
member Logarithmic : bool
function get Logarithmic () : boolean

Valore proprietà

Tipo: System.Boolean
A Boolean value that represents the calculated value of the Logarithmic property.

Vedere anche

Riferimento

GaugeScaleInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering