Page 1 of 1

Generate report don't use DataSource

Posted: Thu Sep 19, 2019 8:27 am
by dung.itcdt
Hi all,
I want to create a report, using event BeginRender to create components (TextBox, Image...) add to DataBand,
Rendering to set text, style each cell (manual).
Both event I call by databand.Invoke....
But when I run my program, Databand always display style and data of last row.
Is there any way to do that?

Thanks!

Re: Generate report don't use DataSource

Posted: Thu Sep 19, 2019 8:58 pm
by HighAley
Hello.

It's better to create reports in your code but not is the events of the same report.

You could learn how to create such report in this sample.
https://github.com/stimulsoft/Samples-W ... 20Creation

Thank you.