Spaces between pages in report with unlimited width

Stimulsoft Reports.NET discussion
Post Reply
Lukasz
Posts: 2
Joined: Wed Aug 20, 2008 3:04 pm

Spaces between pages in report with unlimited width

Post by Lukasz »

I want to create cross-tab report which has variable width.
Report will be exported to excel spreadsheet.
I modified sample report - 'unlimited width' (btw: i can't find property 'UnlimitedWidth' in designer!) to meet my requirements.

But between pages there is always some empty space (columns of the report are not split between pages) and after exporting to excel there is always empty column in these places.
How can I get rid of these empty spaces after exporting to excel - I want to have continuous columns.

Setting Segments Per Width is some solution for me, but my report has variable width so I would have to calculate this value every time the report is rendered, but I can't figure out how.

I use Stimulsoft.Net v2009.2.458.0
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Spaces between pages in report with unlimited width

Post by Ivan »

Hello,

Please do following:
- add new databand to page,
- set the CountData property of databand to 1,
- place your crosstab on this databand,
- set the UnlimitedBreakable property of page to false,
- set the UnlimitedHeight property of page to true.

Thank you.
Post Reply