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)
Syntaxpublic static ConfigurationManager GetReportService(
	IAppContext cxt
)
Public Shared Function GetReportService ( 
	cxt As IAppContext
) As ConfigurationManager
Parameters
- cxt
 - Type: NetQuarryIAppContext
The application context, optional (if omitted, Current is used). 
Return Value
Type: 
ConfigurationManagerThe standard report service if one is available.
See Also