Proprietà GaugeScale.Logarithmic
Indicates the scale is logarithmic.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Logarithmic As ReportBoolProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering