GaugePanel.AutoLayout Property

Definition

Gets or sets a value indicating that automatic layout should be used for elements in the gauge panel.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<bool> AutoLayout { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<bool> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<bool> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool> AutoLayout { get; set; }
member this.AutoLayout : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool> with get, set
Public Property AutoLayout As ReportExpression(Of Boolean)

Property Value

A ReportExpression<T> object.

Applies to