Still have the above problem, but also if i bind to a chart this way how would I put this on the footer of the report. i have tried
DataSource of "=Sum(Fields.Field1)" but i just get:
"An error has occurred while processing chart 'chart1' the expression contains object 'Field1' that is not definef in the current context.'"
0
Peter
Telerik team
answered on 03 Nov 2010, 11:21 AM
Hi David ,
In order to style the bars our suggestion is to create a Chart Series, set the series DataYColumn to Item and then you can modify the series Appearance properties.
About your second question - aggregates are not acceptable as datasource because Fields.Field1 returns First(Fields.Field1) thus our suggestion is to aggregate your chart data prior to using it in a datasource component.
Kind regards,
Peter
the Telerik team
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 Public Issue Tracking
system and vote to affect the priority of the items