WebReport: Setting report at runtime
Hello!
I have a problem: when I create a new Report object (Report report = new Report()), I call the Load(filename) and try to set to a WebReport component (WebReport1.Report = report) it doesn't shows anything...
But, if I load the .frx directly using WebRepor1.Report.Load(filename) it works...
Do I have to set something before or after WebReport1.Report = report or it really doesn't work???
Thank you forward for your help!
I have a problem: when I create a new Report object (Report report = new Report()), I call the Load(filename) and try to set to a WebReport component (WebReport1.Report = report) it doesn't shows anything...
But, if I load the .frx directly using WebRepor1.Report.Load(filename) it works...
Do I have to set something before or after WebReport1.Report = report or it really doesn't work???
Thank you forward for your help!
Comments
I do the following in the WebReport.StartReport event handler and it works:
If you have an example, please send it to tz@fast-report.com.