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

GridViewExtension.ExportToRtf Method

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