Page 1 of 1

1 page crosstab - dynmaic width

Posted: Mon Dec 12, 2011 11:04 pm
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.

1 page crosstab - dynmaic width

Posted: Tue Dec 13, 2011 2:35 am
by Alex K.
Hello,

Please send us your report with test data for analysis.

Thank you.

1 page crosstab - dynmaic width

Posted: Wed Dec 14, 2011 6:12 am
by sun2008
Hi,

Attahced.

How to get rid of white spaces in between?

Thanks

1 page crosstab - dynmaic width

Posted: Thu Dec 15, 2011 8:33 am
by Alex K.
Hello,

Please set the UnlimitedBreakable property of page to false.

Thank you.

1 page crosstab - dynmaic width

Posted: Thu Dec 15, 2011 9:49 pm
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

1 page crosstab - dynmaic width

Posted: Fri Dec 16, 2011 4:19 am
by Alex K.
Hello,

Please check the last version.

Thank you.

1 page crosstab - dynmaic width

Posted: Mon Dec 19, 2011 2:09 am
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.

1 page crosstab - dynmaic width

Posted: Mon Dec 19, 2011 7:52 am
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.