Skip to main content

DocumentViewerExtension.ExportTo(XtraReport) Method

Exports a document displayed by the Document Viewer.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static FileResult ExportTo(
    XtraReport report
)

Parameters

Name Type Description
report XtraReport

An XtraReport to be exported.

Returns

Type Description
FileResult

A FileResult used to send the exported file content in response to the HTTP request.

See Also