Report Design
 Crystal Reports Forum : Crystal Reports for Visual Studio 2005 and Newer : Report Design
Message Icon Topic: problem with legend [SOLVED] Post Reply Post New Topic
Author Message
lamnguyen1978
Newbie
Newbie
Avatar

Joined: 17 Jun 2011
Location: Canada
Online Status: Offline
Posts: 3
Quote lamnguyen1978 Replybullet Topic: problem with legend [SOLVED]
    Posted: 18 Jun 2011 at 7:28am
Hello, I am new to Crystal Reports and to this forum,
 
I did this short free tutorial on crytal reports :
 
 
In my results, I only have three parts of pie chart rather than all 4, and my legends are labelled 2000,2001,2002 (instead of Amazon, Google, MSN, Yahoo).  
 
I repeated the same steps exactly as described, the only difference is that I am using  Crystal Reports for Visual Studio 2010 instead of 2008.
 
Can anyone help?
 
thanks,
 
Lam Nguyen


Edited by lamnguyen1978 - 25 Jun 2011 at 8:27am
Lam Nguyen
IP IP Logged
lamnguyen1978
Newbie
Newbie
Avatar

Joined: 17 Jun 2011
Location: Canada
Online Status: Offline
Posts: 3
Quote lamnguyen1978 Replybullet Posted: 25 Jun 2011 at 8:25am
I made it work by changing the framework from 4.0 Client Side to 4.0 and  adding this code:
 

private void crystalReportViewer1_Load(object sender, EventArgs e)

{
CrystalReport1 report7 = new CrystalReport1();
this
.crystalReportViewer1.ReportSource = report7;
crystalReportViewer1.Refresh();
}
 


Edited by lamnguyen1978 - 25 Jun 2011 at 8:26am
Lam Nguyen
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.047 seconds.