FastReport
FastReport copied to clipboard
PDF export report with tabs
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?
Hi,
Perhaps these are limitations of PDFSimpleExport. You can make changes to the code or use FastReport .NET with full-featured export.
Yes that is possibly the case from the code it seems to just export the initially loaded report.