or
Anyone used LINQ with Telerik Reporting Q3 2007 already?
I would like to set a stored procedure with parameters from a LINQ datacontext as the report datasource.
Thought it would be as simple as this:
Dim dc As New MainDataContext(strConnect)
Dim id As Integer = cLng(txtID.Text)
Dim r As New Report1
r.DataSource = dc.TelerikReportTest(1000)
I cannot get it working however.
Any clues appreciated.


Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Cannot create an object of type 'Telerik.Reporting.Report' from its string representation 'ReportScheda.Report1, ReportScheda, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' for the 'Report' property.