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

Comments

Leave a Comment