I have read through the doco on using OpenAccessDataSource with reporting. My preview of my report is working fine, so its getting data from the model OK. Though the doco is very short on how to initialise the report with the ORM objects/apply filtering.
To me the examples in the help seem very contrived as they show the OADS controls as being external to the report, when in fact they are a member inside the report, meaning the cannot be initalised externaly as shown in the examples.
In my case, I have two OADS objects in my report, one for the order, one for the orderItems.
How should I set parameters so that the OADS control gets the correct data for the report.
In my case, I just want to set massOrderId externally.
Hopefully I'm missing something very basic.
Thanks,
Pat.
To me the examples in the help seem very contrived as they show the OADS controls as being external to the report, when in fact they are a member inside the report, meaning the cannot be initalised externaly as shown in the examples.
In my case, I have two OADS objects in my report, one for the order, one for the orderItems.
How should I set parameters so that the OADS control gets the correct data for the report.
In my case, I just want to set massOrderId externally.
Hopefully I'm missing something very basic.
Thanks,
Pat.