Back to Devexpress

VerticalGridExtension.ExportToRtf Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridextension-dot-exporttortf.md

latest2.8 KB
Original Source

VerticalGridExtension.ExportToRtf Method

NameParametersDescription
ExportToRtf(VerticalGridSettings, Object, RtfExportOptions) staticsettings, dataObject, exportOptionsExports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, Boolean, RtfExportOptions) staticsettings, dataObject, saveAsFile, exportOptionsExports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, Boolean) staticsettings, dataObject, saveAsFileExports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, String, RtfExportOptions) staticsettings, dataObject, fileName, exportOptionsExports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, String, Boolean, RtfExportOptions) staticsettings, dataObject, fileName, saveAsFile, exportOptionsExports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, String, Boolean) staticsettings, dataObject, fileName, saveAsFileExports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, String) staticsettings, dataObject, fileNameExports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object) staticsettings, dataObjectExports the VerticalGrid’s data to RTF format, based on the provided settings.