Click or drag to resize

ConfigurationManagerGetReportingService Method

Gets the reporting service for the application.

Namespace:  NetQuarry.Reporting
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public IReportingService GetReportingService(
	IAppContext cxt
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.

Return Value

Type: IReportingService
The reporting service for the application.
See Also