Is it possible to bind a ServerReport to a ADO.Net Datasource?

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

  • It is possible to do this, you need to look into creating a Data Processing Extension.

    Try

    http://msdn.microsoft.com/en-us/library/ms154655%28v=sql.105%29.aspx

    to get started.

  • Thank you

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply