Has anyone use an LLBLGen Collection as a Reporting DataSource?
Here's what I tried:
I added a reference to my generated LLBL dll and the LLBL runtime dlls. Then I started the New Report Wizard...Create Data Source...Business Object...My LLBL DLL...
I can drill into my dll and pick the collection I am interested in. I see the fields in the layout dialog and add them to the report.
Since this part went smoothly, I am assuming I am on the correct path so far. The problem I am having is getting the report to return any data. It displays without error, but is blank aside from field titles. I added the connection string to the app.config file. Is that where it belongs? Any pointers?
Thanks!
Here's what I tried:
I added a reference to my generated LLBL dll and the LLBL runtime dlls. Then I started the New Report Wizard...Create Data Source...Business Object...My LLBL DLL...
I can drill into my dll and pick the collection I am interested in. I see the fields in the layout dialog and add them to the report.
Since this part went smoothly, I am assuming I am on the correct path so far. The problem I am having is getting the report to return any data. It displays without error, but is blank aside from field titles. I added the connection string to the app.config file. Is that where it belongs? Any pointers?
Thanks!