Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 (in microsoft.reportviewer.winforms.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 containing 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 ReportViewer control to another.
See Also
Reference
ServerReport Class
ServerReport Members
Microsoft.Reporting.WinForms Namespace