ServerReport.SetExecutionId Method

Initializes a server report using a specific report execution on the server.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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.WebForms Namespace