次の方法で共有


GaugePanelInstance.AutoLayout プロパティ

GaugePanel クラスの AutoLayout プロパティの計算値を取得します。

名前空間:  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
AutoLayout プロパティの計算値を表す Boolean 値。

関連項目

参照

GaugePanelInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間