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.
Initializes a server report using a specific report execution on the server.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public Sub SetExecutionId ( _
    executionId As String _
)
'Usage
Dim instance As ServerReport
Dim executionId As String
instance.SetExecutionId(executionId)
public void SetExecutionId (
    string executionId
)
public:
void SetExecutionId (
    String^ executionId
)
public void SetExecutionId (
    String executionId
)
public function SetExecutionId (
    executionId : String
)
Parameters
- executionId
 A String containing the execution ID to use.
Remarks
This method may set the ReportPath and HistoryId properties of the ServerReport.
See Also
Reference
ServerReport Class
ServerReport Members
Microsoft.Reporting.WinForms Namespace