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 indicating that automatic layout should be used for elements in the gauge panel.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property AutoLayout As ReportExpression(Of Boolean)
Get
Set
'Usage
Dim instance As GaugePanel
Dim value As ReportExpression(Of Boolean)
value = instance.AutoLayout
instance.AutoLayout = value
public ReportExpression<bool> AutoLayout { get; set; }
public:
property ReportExpression<bool> AutoLayout {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member AutoLayout : ReportExpression<bool> with get, set
function get AutoLayout () : ReportExpression<boolean>
function set AutoLayout (value : ReportExpression<boolean>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.