RTFExport without table.
Hello my friends.
I'd like to ask a question. I want to export my prints to an RTF file.
So I have the following code.
FastReport.Export.RichText.RTFExport export = new FastReport.Export.RichText.RTFExport();
FastReport.Report.Export(export, @temp.rtf);
So I get my print as rtf.
As you can see at the attached file, all my data are inside a table.
Is there a method to create a rtf without table?
I'd like to ask a question. I want to export my prints to an RTF file.
So I have the following code.
FastReport.Export.RichText.RTFExport export = new FastReport.Export.RichText.RTFExport();
FastReport.Report.Export(export, @temp.rtf);
So I get my print as rtf.
As you can see at the attached file, all my data are inside a table.
Is there a method to create a rtf without table?