Back to Devexpress

ASPxGridBase.ExportPdfToResponse Method

aspnet-devexpress-dot-web-dot-aspxgridbase-dot-exportpdftoresponse.md

latest2.4 KB
Original Source

ASPxGridBase.ExportPdfToResponse Method

NameParametersDescription
ExportPdfToResponse()noneExports 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)exportOptionsExports 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, exportOptionsExports 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)saveAsFileExports 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, exportOptionsExports 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, exportOptionsExports 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, saveAsFileExports 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)fileNameExports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format.