GridGroupingControl to PDF,HTML reports

Hi,
V4.4.0.51 and VS2003.

I use GroupingGridExcelConverterExt.cs to export
GridGroupingControl's content to excel. It is great. Please see my the attached excel file.


Now I am enhance our application's reports. I am trying to get rid of Crystal Report engine because I think I could use GridGroupingControl to get and display report data, export to excel,PDF, and HTML files as electronic reports,
and apply formatting excel/PDF/HTML templates to further format them to print decnet paper reports. Any comments about that?

Do you also have built-in converters to convert GridGroupingControl's content to PDF and HTML? Any report sample to format PDF or HTML files?

thanks for help.

Lan








RecommendedRahabs.zip

2 Replies

AD Administrator Syncfusion Team February 22, 2007 09:07 PM UTC

Hi Lan,

Question 1 : Convert To PDF:
>>>>>>>>>
There is no built -in support for converting grid to PDF format. But you can do this by using two different way.

1)Convert the grid to image and then insert that to PDF
2)Convert the grid contents to Excel using Excel converter and then to convert to PDF

The following forum thread discusses details on converting grid to PDF.
http://www.syncfusion.com/support/forums/message.aspx?MessageID=23920

Question 2 : Convert To HTML
>>>>>>>>>
There is no direct support for converting to HTML format. But you can do this by suing GridControl. Please refer to attached sample that shows you "How to export the grid to HTML?".(sample uses GridControl). Right now we don't have a sample for converting GroupingGrid to HTML.

Sample : GridToHtml.zip

Best regards,
Haneef


AD Administrator Syncfusion Team February 25, 2007 05:53 PM UTC

I've read the thread but I cannot get this work:
'2)Convert the grid contents to Excel using Excel converter and then to convert to PDF'

Could you give me a sample to convert attahced excel sample.xsl to PDF?

Thanks,

Lan


Sample114.zip

Loader.
Up arrow icon