ASPxTreeList.ExportPdfToResponse(Boolean, PdfExportOptions) Method
In This Article
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.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public void ExportPdfToResponse(
bool saveAsFile,
PdfExportOptions exportOptions
)
#Parameters
Name | Type | Description |
---|---|---|
save |
Boolean |
|
export |
Pdf |
A Pdf |
See Also