Поделиться через


Свойство GaugeScale.Logarithmic

Gets or sets a value that indicates whether the scale is logarithmic.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property Logarithmic As ReportExpression(Of Boolean)
    Get 
    Set
'Применение
Dim instance As GaugeScale 
Dim value As ReportExpression(Of Boolean)

value = instance.Logarithmic

instance.Logarithmic = value
public ReportExpression<bool> Logarithmic { get; set; }
public:
property ReportExpression<bool> Logarithmic {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member Logarithmic : ReportExpression<bool> with get, set
function get Logarithmic () : ReportExpression<boolean>
function set Logarithmic (value : ReportExpression<boolean>)

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.

См. также

Справочник

GaugeScale Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel