次の方法で共有


GaugePanel.AutoLayout プロパティ

ゲージ パネルの要素に自動レイアウトを使用するように指定します。

名前空間:  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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
ReportBoolProperty オブジェクト。

関連項目

参照

GaugePanel クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間