I'm kind of new to Reporting Services, so bear with me. But as we use it now we write reports and deploy them to a Report Server. From the ASP.NET side of the house, we are generating a fairly complex query based on the value of a bunch of filters that are implemented on the page through ASP.NET controls, and the use said query to populate a DataTable (for display on screen in a gridview). Is there no way to bind a ServerReport to a Datatable?
↧