Skip to main content

GridViewExtension.WriteRtfToResponse Method

Name Parameters Description
WriteRtfToResponse(GridViewSettings, Object, RtfExportOptions) static settings, dataObject, exportOptions Obsolete. Exports data to a file in RTF format and writes it to the Response in binary format.
WriteRtfToResponse(GridViewSettings, Object, Boolean, RtfExportOptions) static settings, dataObject, saveAsFile, exportOptions Obsolete. Exports data to a file in RTF format and writes it to the Response in binary format.
WriteRtfToResponse(GridViewSettings, Object, Boolean) static settings, dataObject, saveAsFile Obsolete. Exports data to a file in RTF format and writes it to the Response in binary format.
WriteRtfToResponse(GridViewSettings, Object, String, RtfExportOptions) static settings, dataObject, fileName, exportOptions Obsolete. Exports data to a file in RTF format and writes it to the Response in binary format.
WriteRtfToResponse(GridViewSettings, Object, String, Boolean, RtfExportOptions) static settings, dataObject, fileName, saveAsFile, exportOptions Obsolete. Exports data to a file in RTF format and writes it to the Response in binary format.
WriteRtfToResponse(GridViewSettings, Object, String, Boolean) static settings, dataObject, fileName, saveAsFile Obsolete. Exports data to a file in RTF format and writes it to the Response in binary format.
WriteRtfToResponse(GridViewSettings, Object, String) static settings, dataObject, fileName Obsolete. Exports data to a file in RTF format and writes it to the Response in binary format.
WriteRtfToResponse(GridViewSettings, Object) static settings, dataObject Obsolete. Exports data to a file in RTF format and writes it to the Response in binary format.