Using FR in Visual Studio 2008
Is there not a design-time tool to create reports in Visual Studio? I'm trying to pre-filter the data into a dataset I've created in my program, then feed the resulting dataset to the report.
Unfortunately the report designer (outside of visual studio) does not allow me to use Dataset objects in code that it cannot see (due to being outside the purvey of Visual Studio....).
I've looked through the help and it does mention Dataset objects. Am I looking in the wrong place??
Unfortunately the report designer (outside of visual studio) does not allow me to use Dataset objects in code that it cannot see (due to being outside the purvey of Visual Studio....).
I've looked through the help and it does mention Dataset objects. Am I looking in the wrong place??
Comments
We have another product, FastReport.Net which is written in C#.
http://www.fast-report.com/en/products/FastReport.Net.html
It is beta now, we plan to release it in the September.