次の方法で共有


DataSourceDefinition.Enabled プロパティ

定義

データ ソースが有効であるかどうかを示します。

public:
 property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

プロパティ値

データ ソースが有効であるかどうかを示す Boolean 値です。

注釈

既定値は true です。

false設定すると、レポート サーバーはデータ ソースに関連付けられているアイテムを実行しません。

適用対象