Partager via


Propriété LogarithmicBase

Base to use for logarithmic scale.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LogarithmicBase As ReportDoubleProperty
    Get
'Utilisation
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