Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,

Im a newbie in vb and itsreporting tools
I need to display 4 types of report in my reportviewer.
1)General Sumamry
2)Per Header
3)Per Group
4)Per Header/Group
If I click and select a particular Report Process from my ComboBox,
that particular Report Process will then be displayed.

How to do it?
Posted

I all report contains same data then u can filter report as per parameter. Or if data is different in reports then call reports as per selection of report at runtime and bind that report to report viewer.
 
Share this answer
 
Comments
Alan Tuscano 27-Jul-11 22:57pm    
Different Report layout and Data... The User will select Report Type from my ComboBox and process.

That means that when User selects say "Per Header" and process, tblperheader.rdlc then will be the report source of the reportviewer, if the user wants General Summary Report, tblgenSum.rdlc will then be the report source of the report viewer.
You can start with crystal report tutorial for VS 2005. There is no much different between CR in VS2005 and CR in VS2008. There is a link inside to work on CR with VS2008 as well.

http://msdn.microsoft.com/en-us/library/ms227490(v=VS.80).aspx[^]
 
Share this answer
 
Comments
Alan Tuscano 27-Jul-11 22:53pm    
We've want to use CR but, other user PC requires CR version installation, as to ReportViewer which is included in the VB/VS2008 Express Installer.

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