다음을 통해 공유


LogarithmicBase 속성

Base to use for logarithmic scale.

네임스페이스:  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>)