Using VS 2010 and Q2 2012 reporting. In my report I can use "Fields.FieldName" to pass information into a function for my HTML text box. Is there some way to specify the data to be used in a chart in the same way?
Thanks,
Matthew
1 Answer, 1 is accepted
0
Accepted
Steve
Telerik team
answered on 01 Aug 2012, 09:26 AM
Hi Matthew,
The chart engine has been designed in the context of this being a web control (it is in fact the engine of RadChart for ASP.NET AJAX), and it does not work directly with the reporting engine and respectively with the expressions. You have to input the name of the column directly i.e. instead of = Fields.MyColumn, just set MyColumn as value for DataYColumn/DataXColumn properties of the series.
All the best,
Steve
the Telerik team
BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >