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설정하면 리포트 서버는 데이터 소스와 관련된 항목을 실행하지 않습니다.

적용 대상