Click or drag to resize

HomeControllerViewResult Method

Return the result of a report execution for a given format

Namespace: SealWebServer.Controllers
Assembly: SealWebServer (in SealWebServer.exe) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public ActionResult ViewResult(
	string execution_guid,
	string format
)

Parameters

execution_guid  String
 
format  String
 

Return Value

ActionResult
See Also