ExportPdfToResponse()
|
none
|
Exports the ASPxTreeList’s data to a file in PDF format, and writes it to the response in binary format.
|
ExportPdfToResponse(PdfExportOptions)
|
exportOptions
|
Exports 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, exportOptions
|
Exports 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)
|
saveAsFile
|
Exports 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, exportOptions
|
Exports 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, saveAsFile
|
Exports 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)
|
fileName
|
Exports the ASPxTreeList’s data to the specified file in PDF format, and writes it to the response in binary format.
|