This appl will connect to an Oracle DB and some data will be show in a Chart by using ReportViewer.
After read some documentation about ReportViewer functionality I've done to add a Chart to my appl, to connect it to Oracle DB, but when I execute my query by aspx page, chart axes are always 0!
This is my chart
This is the code in APPL properties
=Count(Fields!APPL.Value)
This is the code in TIME_APPL properties
=Fields!TIME_APPL.Value
The values in the 2 columns at the moment are very simple....like this...
elsinore1977
Member
2 Points
28 Posts
ReportViewer VS2005
Feb 28, 2008 02:54 PM|LINK
Hi everybody,
I'm developing a Web App using c#.
This appl will connect to an Oracle DB and some data will be show in a Chart by using ReportViewer.
After read some documentation about ReportViewer functionality I've done to add a Chart to my appl, to connect it to Oracle DB, but when I execute my query by aspx page, chart axes are always 0!
This is my chart
This is the code in APPL properties
=Count(Fields!APPL.Value)
This is the code in TIME_APPL properties
=Fields!TIME_APPL.Value
The values in the 2 columns at the moment are very simple....like this...
TIME_APPL APPL
1 XXX
1 XXX
2 XXX
3 XXX
3 XXX
anyway my chart is alwasy empty!!
Help me.....[:'(]