Partilhar via


Método ServerReport.GetExecutionId

Returns the current execution ID, or null (Nothing in Visual Basic) if no execution ID is available.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
Public Function GetExecutionId As String
public string GetExecutionId()
public:
String^ GetExecutionId()
member GetExecutionId : unit -> string 
public function GetExecutionId() : String

Valor de retorno

Tipo: String
A String that contains the execution ID.

Comentários

The value returned may be used with the SetExecutionId method in situations where you need to pass a report execution from one ReportViewer control to another.

Consulte também

Referência

ServerReport Classe

Namespace Microsoft.Reporting.WebForms