I have a collection of Document objects that I'd like to bind to a table in my report. Each Document has a collection of Note objects as well. Is it possible to bind a table in such a way that there are master and detail records with different columns and values?
DOCUMENT: Id - Field1 - Field2 - Field3 - Field4
DOCUMENT: Id - Field1 - Field2 - Field3 - Field4
NOTE: User - Text - Timestamp
NOTE: User - Text - Timestamp
NOTE: User - Text - Timestamp
DOCUMENT: Id - Field1 - Field2 - Field3 - Field4
NOTE: User - Text - Timestamp
And if not, is there an easy way to simulate such functionality? If you have any documentation or sample projects you can supply me with I'd appreciate it.
Thanks.
DOCUMENT: Id - Field1 - Field2 - Field3 - Field4
DOCUMENT: Id - Field1 - Field2 - Field3 - Field4
NOTE: User - Text - Timestamp
NOTE: User - Text - Timestamp
NOTE: User - Text - Timestamp
DOCUMENT: Id - Field1 - Field2 - Field3 - Field4
NOTE: User - Text - Timestamp
And if not, is there an easy way to simulate such functionality? If you have any documentation or sample projects you can supply me with I'd appreciate it.
Thanks.