Hi All
I am trying to bind a report to an ObjectDataSource as in this: http://www.telerik.com/help/reporting/object-data-source-how-to-bind-to-business-object.html
the issue is that this form what I can see, will only work with winforms or asp.
Is there anyway to do this in sliverlight??
What I am trying to do is bind to the ItemSource of a GridView in silverlight so that the user can filter, group, etc at runtime on the GridView and the report will be bound to the changes.
Please help me?!
Nick
I am trying to bind a report to an ObjectDataSource as in this: http://www.telerik.com/help/reporting/object-data-source-how-to-bind-to-business-object.html
the issue is that this form what I can see, will only work with winforms or asp.
- No Reference to ObjectDataSource
- Cannot reference a non silverlight class library in a silverlight app so therefore cannot get a reference directy to the report as in this section of the example code:
var report = new Report1(); |
// Assigning the ObjectDataSource component to the DataSource property of the report. |
report.DataSource = objectDataSource; |
Is there anyway to do this in sliverlight??
What I am trying to do is bind to the ItemSource of a GridView in silverlight so that the user can filter, group, etc at runtime on the GridView and the report will be bound to the changes.
Please help me?!
Nick