Dataset to Doc

I have a method which returns a DataSet, and i want that data to be displayed in a word document. Can anyone please tell me how to do it cause I'm still kinda new to SyncFusion.


1 Reply

BP Bhuvaneswari P Syncfusion Team August 12, 2008 08:52 AM UTC

Hi,

Thank you for your interest in Syncfusion products.

Yes, you can export the data from Dataset to Word document in two ways.

1. Using Table - Looping all the cells and insert the values in the document table
2. Using Mail Merge - You can use mail merge to export the Dataset into the word document.

Please refer the sample browser sample to know about this feature:
Table feature:
Syncfusion\EssentialStudio\X.X.X.X\Windows\DocIO.Windows\Samples\2.0\Inserting Content\NorthwindTable
Mail merge feature:
\Syncfusion\EssentialStudio\6.X.X.X\Windows\DocIO.Windows\Samples\2.0\MailMerge

Let me know if you need any further assistance.

Best Regards,
Bhuvana




Loader.
Up arrow icon