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)
Syntaxpublic Properties LoadQueryParams(
	IAppContext cxt,
	HttpRequest req
)
Public Function LoadQueryParams ( 
	cxt As IAppContext,
	req As HttpRequest
) As Properties
Parameters
- cxt
 - Type: NetQuarryIAppContext
The application context. - req
 - Type: System.WebHttpRequest
The HTTP request. 
Return Value
Type: 
PropertiesThe loaded parameters.
See Also