We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Import datatable

Hi,
Is there any way to import datatable directly to PDF(Available in excel import)?
Or any other way I can use for import datatable to PDF.

Thank,
Sandeep

2 Replies

SA Sandeep November 27, 2006 08:32 AM UTC

Hi,

I have found ITable interface and its method importdatatable for importing the datatable.
But I want to appent the table in pdf, so is there any way to do it? Like I will have ten datatables and I would like to append one by one datatable in to the PDF. Is there any way to do it?

Thanks,
Sandeep


AD Administrator Syncfusion Team November 28, 2006 12:18 AM UTC

Hi Sandeep,

We do have support for inserting multi tables one behind one into PDF document. AfterTablePublishing is used to find the height and width of the table. It could be useful to set the location for next table.

//Event that gets fired after a table is published.
tableTwo.AfterTablePublishing +=new AfterTablePublishingEventHandler(table_AfterTablePublishing);

Could you please refer the following sample it will show you in detail.
InsertMultipleTables_c6f13600.zip

Could you please take a look at this and let me if you have any other queries.

Regards,
Prakash.


Loader.
Live Chat Icon For mobile
Up arrow icon