Page 1 of 1

How to avoid below Empty space in after rendered data?

Posted: Tue Apr 01, 2008 2:50 am
by MARIMUTHU K
Dear Stimul Team & Edward,

We are using Stimul 2008.1.146.0 in .Net2.0.
We did following steps:
1. Use 1 PageHeader for display Heading information
2. 1 DataBand for display more lines of Static data with dynamic data.
3. After Rendered page below Empty spaces came.
4. We want only display data without below empty space.

So Please kindly provide solution or use other Band?


Thanks in Advance,

How to avoid below Empty space in after rendered data?

Posted: Tue Apr 01, 2008 4:31 am
by Edward
Please place after the databand an EmptyBand. On EmptyBand please place a textboxes with borders.

Textboxes should have PrintOn property set in 'Only Last Page' value.

EmptyBand.SizeMode = 'Increase Last Row'

After that last page won't contain an empty space in the bottom of the page.

Thank you.

How to avoid below Empty space in after rendered data?

Posted: Tue Apr 01, 2008 5:30 am
by MARIMUTHU K
Hi Edward,

We did that steps, But came oly Empty box. Becaze We are using rendered only one page report.

So I tcame only Empty Textbox. But We want data without below Empty space.

I have attached my sample Report( through. Mail)


Thanks in Advance,



How to avoid below Empty space in after rendered data?

Posted: Wed Apr 02, 2008 4:13 pm
by Edward
Please open th eattached report in the Demo.exe example application.

The following options are set in this report:
FooterBand.PrintAtBottom = true
EmptyBand.PrintOn = OnlyLastPage

Vertical lines and horizontal borders were used as well.

Thank you.