Click or drag to resize

ConfigurationManagerExtractReportParams Method

Extracts the report parameters from the request (as obtained by LoadQueryParams(IAppContext, HttpRequest)).

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

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
props
Type: NetQuarryProperties
The properties from which to extract.

Return Value

Type: Properties
The extracted report properties.
See Also