Back to Devexpress

ASPxGridExporterBase.WritePdfToResponse Method

aspnet-devexpress-dot-web-dot-aspxgridexporterbase-dot-writepdftoresponse.md

latest2.3 KB
Original Source

ASPxGridExporterBase.WritePdfToResponse Method

NameParametersDescription
WritePdfToResponse()noneExports the grid’s data to a file in PDF format and writes it to the Response in binary format.
WritePdfToResponse(PdfExportOptions)exportOptionsExports the grid’s data to a file in PDF format with the specified export options, and writes it to the Response in binary format.
WritePdfToResponse(Boolean, PdfExportOptions)saveAsFile, exportOptionsExports the grid’s data to a file in PDF format with the specified export options, and writes it to the Response in binary format.
WritePdfToResponse(Boolean)saveAsFileExports the grid’s data to a file in PDF format and writes it to the Response in binary format.
WritePdfToResponse(String, PdfExportOptions)fileName, exportOptionsExports the grid’s data to the specified file in PDF format with the specified name and export options, and writes it to the Response in binary format.
WritePdfToResponse(String, Boolean, PdfExportOptions)fileName, saveAsFile, exportOptionsExports the grid’s data to the specified file in PDF format with the specified export options, and writes it to the Response in binary format.
WritePdfToResponse(String, Boolean)fileName, saveAsFileExports the grid’s data to the specified file in PDF format and writes it to the Response in binary format.
WritePdfToResponse(String)fileNameExports the grid’s data to the specified file in PDF format and writes it to the Response in binary format.