We developing a new application (WPF/VS2010) and want to use CR2011.
We use a Application server for all modules. Our clients have no direct connection to the database-server. They must use the Application server. The Apllication server use Entity Framework as ORM and has a DAL.
Most of our reports works fine, the parent module collect the needed parameters and send them to the application server. They creates a pdf and send them back.
But "User-Reports" (they not hostet by a special module) a not working: The ParamtersFields can not use without direct DB-Access.
Which solution you prefer to use static and dynamic ParameterFields in a Client-Server Infrastructur