Compartir a través de


Logarithmic Propiedad

Indicates the scale is logarithmic.

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

Sintaxis

'Declaración
Public ReadOnly Property Logarithmic As ReportBoolProperty
    Get
'Uso
Dim instance As GaugeScale
Dim value As ReportBoolProperty

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