Click here to Skip to main content
16,010,650 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to do a search and send the search results for the Microsoft Report to print it or save it in PDF format or Excel format, but I can only send table items to it. Is there anyone who knows how to do it otherwise?
Posted
Updated 1-Mar-10 10:24am
v3

I would advise you to use MS SQL Reporting Services. There is a lot of built-in useful functionality.

I have used ReportViewer control wich receives collection of ReportParameters and generates the report with these parameters.
 
Share this answer
 
I recommend you to use FastReport .NET http://ns.fast-report.com/en/products/FastReport.Net.html
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900