Word how can I display data using DataTable?

Hi Aspose.words Team,
I need to display some data in docx. So I have created template in template I am using smartmarkars and I have given like this [<<dt.First_Name>>] and this data have multiples. Like consider there are 5 first names. For this I am using DataTable.

So should I iterate or automatically it will iterate?
How can I use smartmarkers for doc using DataTable?

@Adivenkat I would suggest you to use either Mail Merge or LINQ Reporting Engine to fill the template with data.
Both approaches allows to fill template with sequential data. In case of Mail Merge you can use Mail Merge With Regions. In case of using LINQ Reporting Engine, you can use <<foreach>> loop.