Bind the Report to an IList

Stimulsoft Reports.NET discussion
Post Reply
khalid89
Posts: 6
Joined: Wed May 04, 2011 10:34 am
Location: Capital Federal

Bind the Report to an IList

Post by khalid89 »

Hi! I'm working with your reports with C# as CodeBehind, and I'm creating my report 100% dinamically at runtime..
I need to assign the report (with report.Dictionary.DataSources.Add or sothing like that) to an IList..
I use this technique, for example, with ComboBoxes, setting the DataSource and DataBind properties. I'm looking forward something similar.
I work in a three layers project, so I can't use querys directly.

I hope you can help me! Code is highly appreciate.
Best regards,
Seb . .
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Bind the Report to an IList

Post by Alex K. »

Hello,

In this case, you can use this data source as business objects:
report.RegBusinessObject();

Let us know if you need any additional help.
Thank you.
Post Reply