1 page crosstab - dynmaic width

Stimulsoft Reports.NET discussion
Post Reply
sun2008
Posts: 9
Joined: Wed Oct 19, 2011 6:05 am

1 page crosstab - dynmaic width

Post by sun2008 »

Hi,

I have created 1 page crosstab report with undeterminable number of columns (and witdth)

I had to set the page width and height large enough to accomodate total width of all the columns, if not it will have blank column space in between segments.

What should I do to make it fit into single page with dynamic width and height without 'blank spaces'.

Thanks.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

1 page crosstab - dynmaic width

Post by Alex K. »

Hello,

Please send us your report with test data for analysis.

Thank you.
sun2008
Posts: 9
Joined: Wed Oct 19, 2011 6:05 am

1 page crosstab - dynmaic width

Post by sun2008 »

Hi,

Attahced.

How to get rid of white spaces in between?

Thanks
Attachments
1499.testmrt.zip
(4.76 KiB) Downloaded 269 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

1 page crosstab - dynmaic width

Post by Alex K. »

Hello,

Please set the UnlimitedBreakable property of page to false.

Thank you.
sun2008
Posts: 9
Joined: Wed Oct 19, 2011 6:05 am

1 page crosstab - dynmaic width

Post by sun2008 »

Hi Aleksey,

Does not work ( I am using version 2010.2.800)

Could you please attach the rectified test mrt?


Thanks.

Best Regards,

Jason
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

1 page crosstab - dynmaic width

Post by Alex K. »

Hello,

Please check the last version.

Thank you.
Attachments
1509.Capture.PNG
1509.Capture.PNG (75.68 KiB) Viewed 2735 times
sun2008
Posts: 9
Joined: Wed Oct 19, 2011 6:05 am

1 page crosstab - dynmaic width

Post by sun2008 »

Hi,

I switch to Engine V1, and it works, but the pdf still in A4 size not 1 whole page.

How do I save pdf format also in 1 page format?

Thanks.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

1 page crosstab - dynmaic width

Post by HighAley »

Hello.

Please, try to set next property:

Code: Select all

StiOptions.Export.Pdf.DivideSegmentPages = false;
But Adobe Acrobat has limitation of page size: maximum 200" x 200".

Thank you.
Post Reply