I have a asp page running, the user selects to print the details of a certain route, how would I set up the report viewer and telerik report to show the report.
currently the program builds a collection of the information, but I am not sure how to pass that into the report viewer, could someone give me a little example on how this would work.
my setup now is I have an ASP page has the report viewer in it, in that page I am gathering the data needed for the collection, I have a myReport in the class library that the reportviewer is linked to
or does the data collection need to be done in the report class ?
I am trying to follow the examples in the telerik reporting manual, but the example they provide shows how to connect to a database.
thanks
currently the program builds a collection of the information, but I am not sure how to pass that into the report viewer, could someone give me a little example on how this would work.
my setup now is I have an ASP page has the report viewer in it, in that page I am gathering the data needed for the collection, I have a myReport in the class library that the reportviewer is linked to
or does the data collection need to be done in the report class ?
I am trying to follow the examples in the telerik reporting manual, but the example they provide shows how to connect to a database.
thanks