ExportRtfToResponse()
|
none
|
Exports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.
|
ExportRtfToResponse(RtfExportOptions)
|
exportOptions
|
Exports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.
|
ExportRtfToResponse(Boolean, RtfExportOptions)
|
saveAsFile, exportOptions
|
Exports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.
|
ExportRtfToResponse(Boolean)
|
saveAsFile
|
Exports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.
|
ExportRtfToResponse(String, RtfExportOptions)
|
fileName, exportOptions
|
Exports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.
|
ExportRtfToResponse(String, Boolean, RtfExportOptions)
|
fileName, saveAsFile, exportOptions
|
Exports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.
|
ExportRtfToResponse(String, Boolean)
|
fileName, saveAsFile
|
Exports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.
|
ExportRtfToResponse(String)
|
fileName
|
Exports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.
|