Page 1 of 1

Bind the Report to an IList

Posted: Wed Jun 01, 2011 3:06 pm
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 . .

Bind the Report to an IList

Posted: Fri Jun 03, 2011 7:40 am
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.