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

ReportStorageWebExtension.RegisterExtensionGlobal(ReportStorageWebExtension) Method

Registers the specified Report Storage extension to be used by all Web Report Designers in the current application.

Namespace: DevExpress.XtraReports.Web.Extensions

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public static void RegisterExtensionGlobal(
    ReportStorageWebExtension extension
)

Parameters

Name Type Description
extension ReportStorageWebExtension

A ReportStorageWebExtension class descendant.

Remarks

Use the RegisterExtensionGlobal method to register your custom report storage extension.

For a code example, see the Implement a Report Storage document.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RegisterExtensionGlobal(ReportStorageWebExtension) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also