Compartir a través de


ServerReport.IsQueryExecutionAllowed (Método)

Indica si el informe puede ejecutar consultas.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
Public Function IsQueryExecutionAllowed As Boolean
public bool IsQueryExecutionAllowed()
public:
bool IsQueryExecutionAllowed()
member IsQueryExecutionAllowed : unit -> bool 
public function IsQueryExecutionAllowed() : boolean

Valor devuelto

Tipo: Boolean
Un valor Boolean que indica si el informe puede ejecutar consultas.

Comentarios

Devuelve false si se ejecuta desde una instantánea.

Se puede usar para determinar si un informe puede ejecutar consultas de datos del informe, o de valores válidos o predeterminados de parámetros.

Vea también

Referencia

ServerReport Clase

Microsoft.Reporting.WebForms (Espacio de nombres)