Page 1 of 1

Custom report with unbound data

Posted: Tue Aug 06, 2019 4:37 am
by dung.itcdt
Hi all,
I want to using Stimulsoft to creating a report programlly. And when report rendering, I want each row I can set row height, background color/border for cell...
I try using dataBand.Height but it does work :(
Pls help me

Re: Custom report with unbound data

Posted: Tue Aug 06, 2019 10:58 am
by HighAley
Hello,

You could use the Can Grow, Grow To Height, and Word Wrap properties of the text components.
https://www.stimulsoft.com/en/documenta ... g_text.htm

Thank you,

Re: Custom report with unbound data

Posted: Wed Aug 07, 2019 6:56 am
by dung.itcdt
Tks,
I want using data unbound (dot use DataSource), how to do that?

Re: Custom report with unbound data

Posted: Fri Aug 09, 2019 11:20 am
by Lech Kulikowski
Hello,

Please check the following sample:
https://www.stimulsoft.com/en/samples/w ... in-runtime

Thank you.