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 命名空间