Skip to main content

ReportTemplateExtension.RegisterExtensionGlobal(ITemplateProvider) Method

Registers the extension on the server.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public static void RegisterExtensionGlobal(
    ITemplateProvider extension
)

Parameters

Name Type Description
extension ITemplateProvider

An object implementing the ITemplateProvider interface (typically, a ReportTemplateExtension object).

See Also