Click or drag to resize

HomeControllerSWExecuteReport Method

Execute a report and returns the report html display result content (e.g. html with prompted restrictions). Check API of Seal Web Interface for more information.

Namespace: SealWebServer.Controllers
Assembly: SealWebServer (in SealWebServer.exe) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public ActionResult SWExecuteReport(
	string path,
	string viewGUID,
	string outputGUID,
	bool? fromMenu
)

Parameters

path  String
 
viewGUID  String
 
outputGUID  String
 
fromMenu  NullableBoolean
 

Return Value

ActionResult
See Also