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
public string GetExecutionId()
public:
String^ GetExecutionId()
member GetExecutionId : unit -> string
Public Function GetExecutionId As String
Return Value
Type: System.String
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
ServerReport Class
Microsoft.Reporting.WinForms Namespace
Return to top