I want to export .frx report that designed by FastReport as an pdf or excel file on a c# web form application like code below: public static bool ShowRepor
I start using fastreport.net to generate report in c# since Crystal reports is not compatible with .net4. Its so simple but it is so complicated also. I try to
I want to show a message when the fastreport print button is clicked. How can I write down a code from delphi? Should I use "OnBeforePrint" or "OnAfterPrint"?