Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether or not the parameter is used in a query in the report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property UsedInQuery As UsedInQueryTypes
Get
Set
'Usage
Dim instance As ReportParameter
Dim value As UsedInQueryTypes
value = instance.UsedInQuery
instance.UsedInQuery = value
public UsedInQueryTypes UsedInQuery { get; set; }
public:
property UsedInQueryTypes UsedInQuery {
UsedInQueryTypes get ();
void set (UsedInQueryTypes value);
}
member UsedInQuery : UsedInQueryTypes with get, set
function get UsedInQuery () : UsedInQueryTypes
function set UsedInQuery (value : UsedInQueryTypes)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.UsedInQueryTypes
A UsedInQueryTypes object.