Skip to main content
A newer version of this page is available. .

CardViewExtension.ExportToRtf Method

Name Parameters Description
ExportToRtf(CardViewSettings, Object, RtfExportOptions) static settings, dataObject, exportOptions Exports the CardView’s data to RTF format, based on the provided settings.
ExportToRtf(CardViewSettings, Object, Boolean, RtfExportOptions) static settings, dataObject, saveAsFile, exportOptions Exports the CardView’s data to RTF format, based on the provided settings.
ExportToRtf(CardViewSettings, Object, Boolean) static settings, dataObject, saveAsFile Exports the CardView’s data to RTF format, based on the provided settings.
ExportToRtf(CardViewSettings, Object, String, RtfExportOptions) static settings, dataObject, fileName, exportOptions Exports the CardView’s data to RTF format, based on the provided settings.
ExportToRtf(CardViewSettings, Object, String, Boolean, RtfExportOptions) static settings, dataObject, fileName, saveAsFile, exportOptions Exports the CardView’s data to RTF format, based on the provided settings.
ExportToRtf(CardViewSettings, Object, String, Boolean) static settings, dataObject, fileName, saveAsFile Exports the CardView’s data to RTF format, based on the provided settings.
ExportToRtf(CardViewSettings, Object, String) static settings, dataObject, fileName Exports the CardView’s data to RTF format, based on the provided settings.
ExportToRtf(CardViewSettings, Object) static settings, dataObject Exports the CardView’s data to RTF format, based on the provided settings.