aspnet-devexpress-dot-web-dot-aspxgridbase-dot-exportpdftoresponse.md
| Name | Parameters | Description |
|---|---|---|
| ExportPdfToResponse() | none | Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format. |
| ExportPdfToResponse(PdfExportOptions) | exportOptions | Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format. |
| ExportPdfToResponse(Boolean, PdfExportOptions) | saveAsFile, exportOptions | Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format. |
| ExportPdfToResponse(Boolean) | saveAsFile | Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format. |
| ExportPdfToResponse(String, PdfExportOptions) | fileName, exportOptions | Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format. |
| ExportPdfToResponse(String, Boolean, PdfExportOptions) | fileName, saveAsFile, exportOptions | Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format. |
| ExportPdfToResponse(String, Boolean) | fileName, saveAsFile | Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format. |
| ExportPdfToResponse(String) | fileName | Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format. |