Click or drag to resize

ConfigurationManagerLoadQueryParams Method

Loads the request query parameters for a report. The parameters will come directly from the request unless a rppl parameter is present. The rppl parameter specifies the PK to parameters in xot_url table to use instead. Providing parameters via xot_url is more secure than passing them in the query string.

Namespace:  NetQuarry.Reporting
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Properties LoadQueryParams(
	IAppContext cxt,
	HttpRequest req
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
req
Type: System.WebHttpRequest
The HTTP request.

Return Value

Type: Properties
The loaded parameters.
See Also