GaugePanel.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