Skip to main content

ReportStorageExtension.RegisterExtensionGlobal(ReportStorageExtension) Method

Registers the specified Report Storage extension to be used by all End-User Designers within the current application.

Namespace: DevExpress.XtraReports.Extensions

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public static void RegisterExtensionGlobal(
    ReportStorageExtension extension
)

Parameters

Name Type Description
extension ReportStorageExtension

A ReportStorageExtension class descendant.

Remarks

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

For a code example, see Custom Report Storage.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RegisterExtensionGlobal(ReportStorageExtension) 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