Click or drag to resize

HomeControllerActionUpdateViewParameter Method

Update the value of a view parameter of a report execution

Namespace: SealWebServer.Controllers
Assembly: SealWebServer (in SealWebServer.exe) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public ActionResult ActionUpdateViewParameter(
	string execution_guid,
	string parameter_view_id,
	string parameter_view_name,
	string parameter_view_value,
	bool result_options,
	string sessionId
)

Parameters

execution_guid  String
 
parameter_view_id  String
 
parameter_view_name  String
 
parameter_view_value  String
 
result_options  Boolean
 
sessionId  String
 

Return Value

ActionResult
See Also