次の方法で共有


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>)