How to avoid below Empty space in after rendered data?

Stimulsoft Reports.NET discussion
Post Reply
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

How to avoid below Empty space in after rendered data?

Post 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,
Marimuthu K
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

How to avoid below Empty space in after rendered data?

Post 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.
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

How to avoid below Empty space in after rendered data?

Post 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,


Marimuthu K
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

How to avoid below Empty space in after rendered data?

Post 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.
Attachments
49.EmptyBandAndFooterBand.mrt
(39.07 KiB) Downloaded 188 times
Post Reply