言語

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に設定されている場合、レポートサーバーはデータソースに関連する項目を実行しません。

適用対象