ParameterState 열거형
매개 변수의 상태를 지정합니다.
네임스페이스: Microsoft.Reporting.WebForms
어셈블리: Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)
구문
‘선언
Public Enumeration ParameterState
‘사용 방법
Dim instance As ParameterState
public enum ParameterState
public enum class ParameterState
type ParameterState
public enum ParameterState
멤버
멤버 이름 | 설명 | |
---|---|---|
HasValidValue | 매개 변수에 대한 유효한 값이 있습니다. | |
MissingValidValue | 매개 변수에 대한 유효한 값이 없습니다. | |
HasOutstandingDependencies | 매개 변수에 처리 중인 종속성이 있습니다. 일반적으로 이것은 매개 변수의 유효한 값 또는 기본값이 쿼리 기반이고 GetParameters 메서드에 제출되지 않은 종속성이 있을 때 발생합니다. | |
DynamicValuesUnavailable | 매개 변수 값을 사용할 수 없습니다. 이 상태는 쿼리의 결과로 반환된 유효한 쿼리 기반 값이 없음을 나타냅니다. |
주의
ReportParameter 클래스의 State 속성과 함께 ParameterState 열거형을 사용하십시오.