ServerReport.SetExecutionId Method (String)
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
public void SetExecutionId(
string executionId
)
public:
void SetExecutionId(
String^ executionId
)
member SetExecutionId :
executionId:string -> unit
Public Sub SetExecutionId (
executionId As String
)
Parameters
executionId
Type: System.StringA String containing the execution ID to use.
Remarks
This method may set the ReportPath and HistoryId properties of the ServerReport.
See Also
ServerReport Class
Microsoft.Reporting.WinForms Namespace
Return to top