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)
Syntaxpublic IReportingService GetReportingService(
IAppContext cxt
)
Public Function GetReportingService (
cxt As IAppContext
) As IReportingService
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
IReportingServiceThe reporting service for the application.
See Also