Udostępnij przez


Właściwość ChartAxis.LogScale

Pobiera wartość, która wskazuje, czy oś logarytmiczną.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property LogScale As ReportExpression(Of Boolean)
    Get
    Set
'Użycie
Dim instance As ChartAxis
Dim value As ReportExpression(Of Boolean)

value = instance.LogScale

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

Wartość właściwości

Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool>] obiektu.