Skip to main content
All docs
V25.2
  • IExportProcessor.ProcessExportResult(ExportResultItem, Boolean) Method

    Allows you to obtain the exported document and its properties.

    Namespace: DevExpress.Blazor.Reporting.Services

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

    NuGet Package: DevExpress.Blazor.Viewer

    Declaration

    Task ProcessExportResult(
        ExportResultItem exportResultItem,
        bool isPrintOperation
    )

    Parameters

    Name Type Description
    exportResultItem ExportResultItem

    An object that contains information about the exported document.

    isPrintOperation Boolean

    true if the document is intended for printing; otherwise, false.

    Returns

    Type Description
    Task

    A task that is completed when the exported document is processed.

    See Also