Merge document dynamically

Hello, I am having multiple documents which are creating using linq reporting engine. I want to create all documents and merge them into single word document. I have read regarding inserting document dynamically. But I am not getting exact syntax for this scenario. Can you please help on it?

@manojdesai272 If you would like to insert document upon building reports, you can use syntax like this: <<doc [document_expression]>>. Please see the following article for more information:
https://docs.aspose.com/words/net/inserting-documents-dynamically/

If you would like to merge document into one after generating report, you can use Document.AppendDocument method. Please see our documentation for more information:
https://docs.aspose.com/words/net/insert-and-append-documents/

In addition you can use Merger.Merge method to merge documents.