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설정하면 보고서 서버는 데이터 원본과 연결된 항목을 실행하지 않습니다.

적용 대상