Click here to Skip to main content
15,894,405 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a datagridview which is filtered by the user from a relational database (access). I need to out put the datagridview to a report such as Microsft report viewer or crystal report viwer. I need to be able to format the report so that copying the DGV result to excel does give me that option. Is it possible to use the DGC as a datasource for the report or do i need to do something else first
Posted
Updated 28-May-10 6:07am
v2

 
Share this answer
 
if you are using microsoft report viewer then its a good choice to work with the Matrix control to render nested gridviews. you can also do this using a wizard which is part of the report builder tool.
 
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