Skip to main content

VerticalGridExtension.ExportToRtf Method

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