Partager via


Énumération UsedInQueryTypes

Specifies whether this parameter directly or indirectly affects the data in a report.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Enumeration UsedInQueryTypes
'Utilisation
Dim instance As UsedInQueryTypes
public enum UsedInQueryTypes
public enum class UsedInQueryTypes
type UsedInQueryTypes
public enum UsedInQueryTypes

Membres

Nom de membre Description
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.