You will have to create the report using the Report
designer from the Datasource, with which you have bound the Grid
control and then load that report to the C1WebReport control.
To export the report to Excel or pdf, you can
try the following code:
me.C1WebReport.report.renderToFile("C:\report.pdf",PDF)
me.C1WebReport.report.renderToFile("C:\report.xls",excel)
Regards,
Patrick
I've a C1WebGrid to display data from my database . i wanna use
C1WebReport retrieve data from C1WebGrid and Export to Excel or PDF.
Thanks in Advance
http://helpcentral.componentone.com/cs/forums/p/75171/204607.aspx#204607