Click or drag to resize

HomeControllerActionNavigate Method

Navigate to a new report execution: Either for Drill or SubReport

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

Parameters

execution_guid  String
 
navigation_target  String
 

Return Value

ActionResult
See Also