Skip to main content

ASPxTreeListExporter.WritePdfToResponse Method

Name Parameters Description
WritePdfToResponse() none Exports data to a file in PDF format and writes it to the Response in the binary format.
WritePdfToResponse(PdfExportOptions) exportOptions Exports data to a file in PDF format with the specified export options, and writes it to the Response in the binary format.
WritePdfToResponse(Boolean, PdfExportOptions) saveAsFile, exportOptions Exports data to a file in PDF format with the specified export options, and writes it to the Response in the binary format.
WritePdfToResponse(Boolean) saveAsFile Exports data to a file in PDF format and writes it to the Response in the binary format.
WritePdfToResponse(String, PdfExportOptions) fileName, exportOptions Exports data to the specified file in PDF format with the specified name and export options, and writes it to the Response in the binary format.
WritePdfToResponse(String, Boolean) fileName, saveAsFile Exports data to the specified file in PDF format and writes it to the Response in the binary format.
WritePdfToResponse(String) fileName Exports data to the specified file in PDF format and writes it to the Response in the binary format.