Skip to main content
Tab

ASPxGridBase.ExportPdfToResponse Method

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.