Skip to main content
All docs
V25.2
  • IExportProcessor Interface

    Allows you to customize the exported document in Blazor Hybrid applications.

    Namespace: DevExpress.Blazor.Reporting.Services

    Assembly: DevExpress.Blazor.v25.2.Viewer.dll

    NuGet Package: DevExpress.Blazor.Viewer

    Declaration

    public interface IExportProcessor

    Remarks

    Use IExportProcessor to customize the exported document in Blazor Hybrid applications (if required).

    For a sample implementation, refer to the following help topic: Use Report Viewer in .NET MAUI Blazor Hybrid App.

    See Also