Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether the axis is logarithmic.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property LogScale As ReportExpression(Of Boolean)
Get
Set
'Usage
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>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.