Compartir a través de


ReportParameter.UsedInQuery Propiedad

Gets a value that indicates whether or not the parameter is used in a query in the report.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
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 value.

Vea también

Referencia

ReportParameter Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering