1 page crosstab - dynmaic width
1 page crosstab - dynmaic width
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.
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
Hello,
Please send us your report with test data for analysis.
Thank you.
Please send us your report with test data for analysis.
Thank you.
1 page crosstab - dynmaic width
Hi,
Attahced.
How to get rid of white spaces in between?
Thanks
Attahced.
How to get rid of white spaces in between?
Thanks
- Attachments
-
- 1499.testmrt.zip
- (4.76 KiB) Downloaded 269 times
1 page crosstab - dynmaic width
Hello,
Please set the UnlimitedBreakable property of page to false.
Thank you.
Please set the UnlimitedBreakable property of page to false.
Thank you.
1 page crosstab - dynmaic width
Hi Aleksey,
Does not work ( I am using version 2010.2.800)
Could you please attach the rectified test mrt?
Thanks.
Best Regards,
Jason
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
Hello,
Please check the last version.
Thank you.
Please check the last version.
Thank you.
- Attachments
-
- 1509.Capture.PNG (75.68 KiB) Viewed 2741 times
1 page crosstab - dynmaic width
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.
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
Hello.
Please, try to set next property:
But Adobe Acrobat has limitation of page size: maximum 200" x 200".
Thank you.
Please, try to set next property:
Code: Select all
StiOptions.Export.Pdf.DivideSegmentPages = false;
Thank you.