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
Bind the Report to an IList
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.
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.