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
Spaces between pages in report with unlimited width
Spaces between pages in report with unlimited width
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.
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.