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.1.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.

See Also