This is a migrated thread and some comments may be shown as answers.

Display new graph on every page of the report

1 Answer 47 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Doug
Top achievements
Rank 1
Doug asked on 30 Jul 2015, 03:43 PM

Hi,

 I am trying to display new graph using the Telerik.Reporting.Graph tool on each page of the report. Each page is displaying the grades of a particular student. So how do I get the bar chart to display the correct graph for each student on the page. Currently it is just showing the same graph on every page and the values are not changing according to the student id displayed at the top of every page. 

 (I am using C# in Visual Studio)

 Thanks!

 

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 03 Aug 2015, 12:04 PM
Hello Doug,

You can use one of the following options to display a graph for each student in the report:

  1. Add filtering to the Graph item by creating a filter rule in the Graph.Filtering collection. Pass the student ID so you can display information only for the current student. For more information please check the Filtering Data and How to: Add filtering to Graph item help articles.

  2. Add a graph binding to the current data object containing the current student information. This can be achieved using a binding to the ReportItem.DataObject property.


Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Doug
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or