Click or drag to resize

HomeControllerActionExecuteReport Method

Execute a report initiated in a previous execution

Namespace: SealWebServer.Controllers
Assembly: SealWebServer (in SealWebServer.exe) Version: 8.3.0.0+c4d725cbae26375217e6c77c92a07fffaea6377d
Syntax
C#
public ActionResult ActionExecuteReport(
	string execution_guid,
	string sessionId
)

Parameters

execution_guid  String
 
sessionId  String
 

Return Value

ActionResult
See Also