ServerReport.GetExecutionId Method
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 (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public Function GetExecutionId As String
'Usage
Dim instance As ServerReport
Dim returnValue As String
returnValue = instance.GetExecutionId
public string GetExecutionId ()
public:
String^ GetExecutionId ()
public String GetExecutionId ()
public function GetExecutionId () : String
Return Value
A String that contains the execution ID.
Remarks
The value returned may be used with the SetExecutionId method in situations where you need to pass a report execution from one process to another.
See Also
Reference
ServerReport Class
ServerReport Members
Microsoft.Reporting.WebForms Namespace