共用方式為


GaugePanelInstance.AutoLayout 屬性

Gets the calculated value of the AutoLayout property in a GaugePanel class.

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

語法

'宣告
Public ReadOnly Property AutoLayout As Boolean 
    Get
'用途
Dim instance As GaugePanelInstance 
Dim value As Boolean 

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

屬性值

型別:System.Boolean
A Boolean value that represents the calculated value of the AutoLayout property.

請參閱

參考

GaugePanelInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間