Compartir a través de


ReportParameter.UsedInQuery Propiedad

Indicates whether the parameter is used in a query.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property UsedInQuery As Boolean 
    Get
'Uso
Dim instance As ReportParameter 
Dim value As Boolean 

value = instance.UsedInQuery
public bool UsedInQuery { get; }
public:
property bool UsedInQuery {
    bool get ();
}
member UsedInQuery : bool
function get UsedInQuery () : boolean

Valor de la propiedad

Tipo: System.Boolean
A Boolean indicating whether the parameter is used in a query. A value of true indicates that the parameter is used in a query.

Vea también

Referencia

ReportParameter Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering