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.