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?
-
- Posts: 101
- Joined: Wed Jul 26, 2006 8:03 am
- Location: CHENNAI-TN, INDIA
How to avoid below Empty space in after rendered data?
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.
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.
-
- Posts: 101
- Joined: Wed Jul 26, 2006 8:03 am
- Location: CHENNAI-TN, INDIA
How to avoid below Empty space in after rendered data?
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,
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
How to avoid below Empty space in after rendered data?
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.
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 187 times