From your description, it seems that you want to add chart based on the data in your reporting service, right?
SQL Server 2005 Reporting Services includes a basic chart control that handles most situations quite nicely, and third-party chart controls are available as well. The chart controls let you set categories for the x axis and data points for the y axis, and
you can add one or more series to the chart.
fahimataspne...
Member
27 Points
154 Posts
Graph with RDLC and reportviewer
Nov 29, 2007 02:22 PM|LINK
I need to do simple example of Reports with Graph.
I have table that have several rows and date column. I want to show the statictics using graph with report.rdlc file with reportviewer control.
I need help to show number of rows for particular date range across X and Y axis.
is this possible with these controls.
also I like to pass variable to to query in dataset that is created in RDLC, for example, populate graph where productId = 68 , etc
Please advise.
thanks,
Nai-Dong Jin...
All-Star
41630 Points
3558 Posts
Re: Graph with RDLC and reportviewer
Dec 03, 2007 04:20 AM|LINK
Hi,
From your description, it seems that you want to add chart based on the data in your reporting service, right?
SQL Server 2005 Reporting Services includes a basic chart control that handles most situations quite nicely, and third-party chart controls are available as well. The chart controls let you set categories for the x axis and data points for the y axis, and you can add one or more series to the chart.
For more information, see:
http://msdn.microsoft.com/msdnmag/issues/06/07/DataPoints/default.aspx
Thanks.