Using System.Linq in the report designer

Stimulsoft Ultimate discussion
Post Reply
User avatar
John
Posts: 130
Joined: Tue Feb 01, 2011 3:56 am
Location: England

Using System.Linq in the report designer

Post by John »

Hallo Support,

I'm using the designer for Reports.Net (v. 2012.1.1202) and there is a query I'd like to do which involves LINQ. Is there any way I can tell the designer that it should allow Linq? I've tried going to the "Code" tab and adding:

using System.Linq;

but that doesn't work.

Many thanks,

John K.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Using System.Linq in the report designer

Post by Alex K. »

Hello,

Please see the sample project in attachment.

Thank you.
Attachments
1630.LinqToSql.Net.zip
(24.95 KiB) Downloaded 473 times
User avatar
John
Posts: 130
Joined: Tue Feb 01, 2011 3:56 am
Location: England

Using System.Linq in the report designer

Post by John »

Hallo Aleksey,

that looks good.

Thanks and regards,

John K.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Using System.Linq in the report designer

Post by Alex K. »

Hello,

We are always glad to help you!
Let us know if you need any additional help.

Thank you.
Post Reply