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

GridViewExtension.WritePdfToResponse(GridViewSettings, Object, Boolean) Method

OBSOLETE

Use the ExportToPdf method instead.

Exports the grid’s data to a file in PDF format and writes it to the Response in binary format.

Namespace: DevExpress.Web.Mvc

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

Declaration

[Obsolete("Use the ExportToPdf method instead.", true)]
public static void WritePdfToResponse(
    GridViewSettings settings,
    object dataObject,
    bool saveAsFile
)

Parameters

Name Type
settings GridViewSettings
dataObject Object
saveAsFile Boolean
See Also