Hello.
Lets say you have a report for an Invoice.
You programmatically instantiate the report and set its Datasource to a Invoice object.
The invoice has properties like number, adress, whatever. But it also has a list of InvoiceLines.
Can the "Main" report have an invoice object as DataSource, and then have a subreport in the details-section that is bound to the List of Invoice lines?
EDIT: This is all done programatically, to be able to create a pdf. :)
Cheers,
E
Lets say you have a report for an Invoice.
You programmatically instantiate the report and set its Datasource to a Invoice object.
The invoice has properties like number, adress, whatever. But it also has a list of InvoiceLines.
Can the "Main" report have an invoice object as DataSource, and then have a subreport in the details-section that is bound to the List of Invoice lines?
EDIT: This is all done programatically, to be able to create a pdf. :)
Cheers,
E