Too many columns for one page

Stimulsoft Reports.NET discussion
Post Reply
algernon
Posts: 6
Joined: Fri Jun 29, 2012 9:46 am

Too many columns for one page

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Too many columns for one page

Post 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.
Attachments
DynamicCreateReport.zip
(15.46 KiB) Downloaded 209 times
algernon
Posts: 6
Joined: Fri Jun 29, 2012 9:46 am

Re: Too many columns for one page

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Too many columns for one page

Post by HighAley »

Hello.

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

Thank you.
Post Reply