Método ServerReport.SetExecutionId
Initializes a server report using a specific report execution on the server.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Public Sub SetExecutionId ( _
executionId As String _
)
public void SetExecutionId(
string executionId
)
public:
void SetExecutionId(
String^ executionId
)
member SetExecutionId :
executionId:string -> unit
public function SetExecutionId(
executionId : String
)
Parâmetros
- executionId
Tipo: String
A String containing the execution ID to use.
Comentários
This method may set the ReportPath and HistoryId properties of the ServerReport.