Back to Devexpress

ASPxTreeList.ExportPdfToResponse Method

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

latest2.1 KB
Original Source

ASPxTreeList.ExportPdfToResponse Method

NameParametersDescription
ExportPdfToResponse()noneExports the ASPxTreeList’s data to a file in PDF format, and writes it to the response in binary format.
ExportPdfToResponse(PdfExportOptions)exportOptionsExports the ASPxTreeList’s data to a file in PDF format with the specified export settings, and writes it to the response in binary format.
ExportPdfToResponse(Boolean, PdfExportOptions)saveAsFile, exportOptionsExports the ASPxTreeList’s data to a file in PDF format with the specified export settings, and writes it to the response in binary format.
ExportPdfToResponse(Boolean)saveAsFileExports the ASPxTreeList’s data to a file in PDF format with the specified export settings, and writes it to the response in binary format.
ExportPdfToResponse(String, PdfExportOptions)fileName, exportOptionsExports the ASPxTreeList’s data to the specified file in PDF format with the specified export settings, and writes it to the response in binary format.
ExportPdfToResponse(String, Boolean)fileName, saveAsFileExports the ASPxTreeList’s data to the specified file in PDF format with the specified export settings, and writes it to the response in binary format.
ExportPdfToResponse(String)fileNameExports the ASPxTreeList’s data to the specified file in PDF format, and writes it to the response in binary format.