Compartir a través de


LogarithmicBase Propiedad

Base to use for logarithmic scale.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property LogarithmicBase As ReportDoubleProperty
    Get
'Uso
Dim instance As GaugeScale
Dim value As ReportDoubleProperty

value = instance.LogarithmicBase
public ReportDoubleProperty LogarithmicBase { get; }
public:
property ReportDoubleProperty^ LogarithmicBase {
    ReportDoubleProperty^ get ();
}
member LogarithmicBase : ReportDoubleProperty
function get LogarithmicBase () : ReportDoubleProperty