Click or drag to resize

ConfigurationManagerGetReportService Method

Gets the standard report service (called "reportconfig").

Namespace:  NetQuarry.Reporting
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static ConfigurationManager GetReportService(
	IAppContext cxt
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context, optional (if omitted, Current is used).

Return Value

Type: ConfigurationManager
The standard report service if one is available.
See Also