Skip to main content

TreeListExtension.ExportToRtf Method

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