Hi,
I have been playing around with Telerik Reporting to see if we could use it to produce pdfs/printouts of data from our application that is displayed in a RadGridView.
A few of our grids have a sparkline column and I was trying to reproduce this in a report but I was having some trouble.
We have a data object that represents a single row in the report/RadGridView. This data object has a number of properties of various types for the different fields and one property which is a list of points used to create a sparkline.
I can get the values for the simple properties to display fine using textboxes and selecting the data we want using [=Field1] etc. However I can't see how to assign a data property to a GraphSeries so that the date from that property is plotted on the graph.
Any help you could give me on this matter would be greatly appreciated.
Thanks,
Steven
I have been playing around with Telerik Reporting to see if we could use it to produce pdfs/printouts of data from our application that is displayed in a RadGridView.
A few of our grids have a sparkline column and I was trying to reproduce this in a report but I was having some trouble.
We have a data object that represents a single row in the report/RadGridView. This data object has a number of properties of various types for the different fields and one property which is a list of points used to create a sparkline.
I can get the values for the simple properties to display fine using textboxes and selecting the data we want using [=Field1] etc. However I can't see how to assign a data property to a GraphSeries so that the date from that property is plotted on the graph.
Any help you could give me on this matter would be greatly appreciated.
Thanks,
Steven