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.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.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 containing 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.WinForms