Skip to main content
All docs
V26.1
  • IExportProcessor Interface

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

    Namespace: DevExpress.Blazor.Reporting.Services

    Assembly: DevExpress.Blazor.v26.1.Viewer.dll

    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