Too many columns for one page
Too many columns for one page
I am creating report dynamically (just Stimulsoft references and code behind) and I would like to specify the number (or summary width) of columns per page. I really don't know how to do this. For example: to put new StiHeaderBand and StiDataBand for each columns set.
Re: Too many columns for one page
Hello.
Thank you.
The attached demo project will be useful for you.algernon wrote:I am creating report dynamically (just Stimulsoft references and code behind) and I would like to specify the number (or summary width) of columns per page. I really don't know how to do this. For example: to put new StiHeaderBand and StiDataBand for each columns set.
Thank you.
- Attachments
-
- DynamicCreateReport.zip
- (15.46 KiB) Downloaded 209 times
Re: Too many columns for one page
Thx for reply, but I was thinking about something different. I ment a situation of splitting a large number of columns into two, tree (ect.) separate sets, each on other page (to show each row on several pages horizontally). Compressing all columns on a one page (page.Width / columns.Count) doesn't always look good.
Re: Too many columns for one page
Hello.
Please, try to set the SegmentPerWidth property of the page.
Thank you.
Please, try to set the SegmentPerWidth property of the page.
Thank you.