次の方法で共有


GaugePanel.AutoLayout プロパティ

ゲージ パネル内の要素に自動レイアウトを使用することを示す値を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property AutoLayout As ReportExpression(Of Boolean)
    Get 
    Set
'使用
Dim instance As GaugePanel 
Dim value As ReportExpression(Of Boolean)

value = instance.AutoLayout

instance.AutoLayout = value
public ReportExpression<bool> AutoLayout { get; set; }
public:
property ReportExpression<bool> AutoLayout {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member AutoLayout : ReportExpression<bool> with get, set
function get AutoLayout () : ReportExpression<boolean>
function set AutoLayout (value : ReportExpression<boolean>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
ReportExpression<T> オブジェクト。

関連項目

参照

GaugePanel クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間