Compartir a través de


ReportExecutionService.GetExecutionInfo Método

Returns information about the report execution.

Espacio de nombres:  ReportExecution2005
Ensamblado:  ReportExecution2005 (en ReportExecution2005.dll)

Sintaxis

'Declaración
Public Function GetExecutionInfo As ExecutionInfo
'Uso
Dim instance As ReportExecutionService 
Dim returnValue As ExecutionInfo 

returnValue = instance.GetExecutionInfo()
public ExecutionInfo GetExecutionInfo()
public:
ExecutionInfo^ GetExecutionInfo()
member GetExecutionInfo : unit -> ExecutionInfo
public function GetExecutionInfo() : ExecutionInfo

Valor devuelto

Tipo: ReportExecution2005.ExecutionInfo
An ExecutionInfo object containing information about the report execution.

Comentarios

The table below shows header and permissions information on this operation.

SOAP Header Usage

(In) TrustedUserHeaderValue

(In) ExecutionHeaderValue

(Out) ServerInfoHeaderValue

Native Mode Required Permissions

On the main report and all subreports: ReadProperties AND ExecuteAndView

SharePoint Mode Required Permissions

On the main report and all subreports: ViewListItems

The GetExecutionInfo method returns an ExecutionInfo object, which is needed to determine and set report parameters and credentials before calling the Render method.

Use this method iteratively with the SetExecutionParameters method to evaluate parameters that have query- or expression-based defaults.

Ejemplos

Please see the code example in the Render method.

Vea también

Referencia

ReportExecutionService Clase

Espacio de nombres ReportExecution2005