Propriedade Logarithmic
Gets the calculated value of the Logarithmic property in a GaugeScale class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Logarithmic As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value that represents the calculated value of the Logarithmic property.
Consulte também