This is a migrated thread and some comments may be shown as answers.

Reporting with LINQ Datasource?

1 Answer 193 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Walther Siksma
Top achievements
Rank 2
Walther Siksma asked on 12 Feb 2008, 06:37 PM

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.

1 Answer, 1 is accepted

Sort by
0
Milen | Product Manager @DX
Telerik team
answered on 13 Feb 2008, 02:28 PM
Hello Walther Siksma,

Could you please elaborate a little bit more on the issue you are faced with?
What result did you get when trying to use LINQ as datasource? Were there any errors?

It would be great if you can send us a sample project reproducing the behavior you observed. Having a sample project will help us to investigate the issue.
In order to attach your file you will need to open a support ticket.

Thank you in advance for your cooperation.

Greetings,
Milen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Walther Siksma
Top achievements
Rank 2
Answers by
Milen | Product Manager @DX
Telerik team
Share this question
or