or
An error has occured while processing Report '':
The method or operation is not implemented.
[sorry for the red text, not able to get rid of the color from here!]
Binding to anonymous type do work with Sql Server 2008 reporting service.
Is there a way to use anonymous type with telerik reporting?
Thanks.
Frederic
| class Invoice { int InvoiceID { get; set; } string ClientName { get; set; } string InvoiceReference { get; set; } DateTime InvoiceDate { get; set; } List<Task> InvoicedTasks { get; set; } } |