Skip to main content
A newer version of this page is available. .

Register Services in the Report Designer

  • 4 minutes to read

You can register custom and/or predefined services to provide specific functionality to the Web Report Designer and its built-in Document Preview.

Services for the Report Designer

Services for the Report Designer’s Preview

Common Services for HTML5 Controls

  • Logger Service

    Use the LoggerService class to handle exceptions that occur on the server side and log certain other operations (for instance, exporting documents, requests to open reports from the client side , etc.). To register a custom logger instance, use the LoggerService.Initialize method at the application startup.

  • Custom Services

    You can create custom services common for HTML5 controls and register them using the DefaultClientControlContainer class.

    Service Description Registration Method
    IGlobalizationService Enables you to customize globalization settings of the current thread (including thread impersonation). UseCustomGlobalizationService<T>