Skip to main content
A newer version of this page is available. .

GridViewExtension.ExportToPdf(GridViewSettings, Object, PdfExportOptions) Method

Exports the grid’s data to PDF format, based on the provided settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public static ActionResult ExportToPdf(
    GridViewSettings settings,
    object dataObject,
    PdfExportOptions exportOptions
)

Parameters

Name Type Description
settings GridViewSettings

A GridViewSettings object that contains GridView settings.

dataObject Object

An object representing the GridView’s data source.

exportOptions PdfExportOptions

A PdfExportOptions object that provides export options.

Returns

Type Description
ActionResult

A ActionResult encapsulating the result of the grid data export operation.

See Also