Click here to Skip to main content
15,899,474 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI i have two diffrent column charts in a page with two diffrent datasets, i have to join those two charts or have to show the data from two datasets in the same chart area.

One dataset brings :Country as USA,Price as $100,Fees as $10
second dataset brings :Country as UK,Price as $50,Fees as $10

i have to plot this data like country's as X-Axis and Price and Fess as Series i mean as bars

My data has no way to use a join for both datasets ,so is there any way i can join tow chart areas to one chart area or any function to get two dataset value in to one single chart seperatly
Posted

1 solution

I think you should find the way to merge both DataSets before send it to the report, and then just with one Chart display it. There's always a way, maybe you don't want to do it.
 
Share this answer
 
Comments
makwith9789 23-Mar-11 17:14pm    
can you help me out with merging two dataset's the source for two datasets are stored proc's do i need to do the merging at sql server or can i do it in the report designer side can u give me some reference so i can figure out thanks for the fast reply
luisnike19 23-Mar-11 22:40pm    
You need to merge the dataSet in another class, then just pass the DataSet to the Report
http://msdn.microsoft.com/es-es/library/system.data.dataset.merge(v=VS.100).aspx
http://forums.asp.net/t/1537081.aspx/1
makwith9789 24-Mar-11 9:49am    
Thanks for giuding me in right direction i did a union and my result is ok now thx fro the help

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