Page 1 of 1

Too many columns for one page

Posted: Mon Jul 16, 2012 7:13 am
by algernon
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

Posted: Tue Jul 17, 2012 7:57 am
by HighAley
Hello.
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.
The attached demo project will be useful for you.

Thank you.

Re: Too many columns for one page

Posted: Tue Jul 24, 2012 8:23 am
by algernon
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

Posted: Wed Jul 25, 2012 7:31 am
by HighAley
Hello.

Please, try to set the SegmentPerWidth property of the page.

Thank you.