Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
Espacio de nombres Microsoft.ReportingServices.ReportRendering