FastReport icon indicating copy to clipboard operation
FastReport copied to clipboard

PDF export report with tabs

Open jimbrew opened this issue 5 years ago • 2 comments

I have been following this link in order to export my fast reports (FastReports.OpenSource.Web) to PDF in an MVC application. The report has a few tabs with hyperlinks that sets parameters and then produces a final report. However, it exports the first tab but I want to export the last one how do I to sepcify what tab to export?

jimbrew avatar Oct 06 '20 14:10 jimbrew

Hi,

Perhaps these are limitations of PDFSimpleExport. You can make changes to the code or use FastReport .NET with full-featured export.

fediachov avatar Oct 08 '20 07:10 fediachov

Yes that is possibly the case from the code it seems to just export the initially loaded report.

jimbrew avatar Oct 08 '20 08:10 jimbrew