Category "fastreport"

Error in exporting fastreport to pdf on asp.net c#

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

How to pass custom sql command to fastreport.net through application using c#?

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

How can I show a message when clicking the print button on fastreport?

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"?