GaugeScale.Logarithmic 属性

Indicates the scale is logarithmic.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Logarithmic As ReportBoolProperty 
    Get
用法
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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

请参阅

参考

GaugeScale 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间