I ma generating a report in Aspose.Words having one table named Offerings. Now this Offering has got two projects associated with it. i.e. a 1-M relationship. What I am getting in the report is like this
Offering
Project 1
Offering
Project 2
The offering data is getting repeated along with Project data (i.e 2 projects in this case). The requirement is that the offering data is generated only once and the project as many as they are get reflected after the offering details liek this
Offering
Project 1
Project 2
How can I achieve this? Code snippets are welcome.(I am fetching the data for the offering and the related projects from a saingle query and the data gets stored into a datatable). SV please help with this. This one is very urgent.