Skip to main content

TreeListExtension.ExportToPdf Method

Name Parameters Description
ExportToPdf(TreeListSettings, TreeListVirtualModeCreateChildrenMethod, TreeListVirtualModeNodeCreatingMethod, PdfExportOptions) static settings, createChildrenMethod, nodeCreatingMethod, exportOptions In virtual mode, exports TreeList data to PDF based on the specified settings.
ExportToPdf(TreeListSettings, TreeListVirtualModeCreateChildrenMethod, TreeListVirtualModeNodeCreatingMethod, String, Boolean, PdfExportOptions) static settings, createChildrenMethod, nodeCreatingMethod, fileName, saveAsFile, exportOptions In virtual mode, exports TreeList data to PDF based on the specified settings.
ExportToPdf(TreeListSettings, TreeListVirtualModeCreateChildrenMethod, TreeListVirtualModeNodeCreatingMethod) static settings, createChildrenMethod, nodeCreatingMethod In virtual mode, exports TreeList data to PDF based on the specified settings.
ExportToPdf(TreeListSettings, PdfExportOptions) static settings, exportOptions Exports the TreeList’s data to PDF, based on the provided settings.
ExportToPdf(TreeListSettings, Boolean, PdfExportOptions) static settings, saveAsFile, exportOptions Exports the TreeList’s data to PDF, based on the provided settings.
ExportToPdf(TreeListSettings, Boolean) static settings, saveAsFile Exports the TreeList’s data to PDF, based on the provided settings.
ExportToPdf(TreeListSettings, Object, PdfExportOptions) static settings, dataObject, exportOptions Exports the TreeList’s data to PDF, based on the provided settings.
ExportToPdf(TreeListSettings, Object, Boolean, PdfExportOptions) static settings, dataObject, saveAsFile, exportOptions Exports the TreeList’s data to PDF, based on the provided settings.
ExportToPdf(TreeListSettings, Object, Boolean) static settings, dataObject, saveAsFile Exports the TreeList’s data to PDF, based on the provided settings.
ExportToPdf(TreeListSettings, Object, String, PdfExportOptions) static settings, dataObject, fileName, exportOptions Exports the TreeList’s data to PDF, based on the provided settings.
ExportToPdf(TreeListSettings, Object, String, Boolean, PdfExportOptions) static settings, dataObject, fileName, saveAsFile, exportOptions Exports the TreeList’s data to PDF, based on the provided settings.
ExportToPdf(TreeListSettings, Object, String, Boolean) static settings, dataObject, fileName, saveAsFile Exports the TreeList’s data to PDF, based on the provided settings.
ExportToPdf(TreeListSettings, Object, String) static settings, dataObject, fileName Exports the TreeList’s data to PDF, based on the provided settings.
ExportToPdf(TreeListSettings, Object) static settings, dataObject Exports the TreeList’s data to PDF, based on the provided settings.
ExportToPdf(TreeListSettings, String, PdfExportOptions) static settings, fileName, exportOptions Exports the TreeList’s data to PDF, based on the provided settings.
ExportToPdf(TreeListSettings, String, Boolean, PdfExportOptions) static settings, fileName, saveAsFile, exportOptions Exports the TreeList’s data to PDF, based on the provided settings.
ExportToPdf(TreeListSettings, String, Boolean) static settings, fileName, saveAsFile Exports the TreeList’s data to PDF, based on the provided settings.
ExportToPdf(TreeListSettings, String) static settings, fileName Exports the TreeList’s data to PDF, based on the provided settings.
ExportToPdf(TreeListSettings) static settings Exports the TreeList’s data to PDF, based on the provided settings.