UsedInQueryTypes 열거형
Specifies whether this parameter directly or indirectly affects the data in a report.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Enumeration UsedInQueryTypes
‘사용 방법
Dim instance As UsedInQueryTypes
public enum UsedInQueryTypes
public enum class UsedInQueryTypes
type UsedInQueryTypes
public enum UsedInQueryTypes
멤버
멤버 이름 | 설명 | |
---|---|---|
Auto | Indicates that the report processor should determine a setting automatically. | |
True | Indicates that the report parameter is used directly or indirectly in a dataset query or query parameter expression. | |
False | Indicates that the report parameter is not used directly or indirectly in a dataset query or query parameter expression. |