The text of this article is not in this database — only its details are. Read it on the old site: Getting Started with ReportViewer Control
6 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Getting Started with ReportViewer Control
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
bret steilPosted Sep 10, 2009, 4:17 PM
Do you by chance have a class for exporting multiple reports using the report viewer. Thanks
Jose ChevezPosted Jul 17, 2007, 4:37 PM
If i got an application the uses a database and displays de data in a windows form. How can I pass the current displayed data to a report. Let say that de database contains customer iformation and I just want to print a particular record in the database, not all of them. By the way your post helped me alot to understand de concept of how the reportviewer worked Thank you. With the method described in your post I am able to print out all the records in the batabase, I just want to be able to select the one I want to sent to the report, or send the one that is currently displayed by the windows form. Thank you in advance for your response
Kevin BoyettePosted Jun 14, 2007, 7:05 PM
Hello, this is very insightful. How would you do this if the report requires a parameter before it can be rendered. I understand that the reportviewer simply loads a completed dataset and that it is the apps responsibility to preproces the dataset before it is passed to the reportviewer control, but I can't find how this is accomplished. Thx.
abhijit onkarPosted May 29, 2007, 4:48 AM
Hi, I am invoking RS web services to render reports, using Apache Axis to generate stub classes from Reporting Service WSDL. Please let me know if I can integrate Report Viewer control in the jsp where I am writing the report output. Else do I have to create my own custom tags simulating ReportViewer functionality.