共用方式為


AutoLayout 屬性

Indicates automatic layout should be used for elements in the gauge panel.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property AutoLayout As ReportBoolProperty
    Get
'用途
Dim instance As GaugePanel
Dim value As ReportBoolProperty

value = instance.AutoLayout
public ReportBoolProperty AutoLayout { get; }
public:
property ReportBoolProperty^ AutoLayout {
    ReportBoolProperty^ get ();
}
member AutoLayout : ReportBoolProperty
function get AutoLayout () : ReportBoolProperty