Hi
I have some reports where I want to export them to rtf automatic. How can I do this without showing the exoprt dialog and still use my settings for the export.
Thanks
Export to RTF without export dialog
Export to RTF without export dialog
Please use the following code:dkfoto wrote:Hi
I have some reports where I want to export them to rtf automatic. How can I do this without showing the exoprt dialog and still use my settings for the export.
Thanks
Code: Select all
StiRtfExportService service = new StiRtfExportService();
service.ExportRtf(report, stream, StiRtfExportMode.Table, StiPagesRange.All, true);