다음을 통해 공유


Logarithmic 속성

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