Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
285
multiple section in different pages export to pdf?
posted

Hi,

Here is my code,

Report rep = new Report();
ISection sec = rep.AddSection();

sec.addtable();
......
Graphics g = sec.AddCanvas().CreateGraphics();
Chart.RenderPdfFriendlyGraphics(g);
this.documentExporter.Export(this.grid, sec);

I have created section added table and graph then finally export it with grid.

It exports to pdf, but table and graph comes in single page, I need page break between them?

Parents
No Data
Reply Children
No Data