LogarithmicBase プロパティ

対数スケールに使用する底。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property LogarithmicBase As ReportExpression(Of Double)
    Get
    Set
'使用
Dim instance As GaugeScale
Dim value As ReportExpression(Of Double)

value = instance.LogarithmicBase

instance.LogarithmicBase = value
public ReportExpression<double> LogarithmicBase { get; set; }
public:
property ReportExpression<double> LogarithmicBase {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member LogarithmicBase : ReportExpression<float> with get, set
function get LogarithmicBase () : ReportExpression<double>
function set LogarithmicBase (value : ReportExpression<double>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Double> ) > ) >
ReportExpression<(Of <(<'T>)>)> オブジェクトです。