space between Crystal Reports Cross-Tab Column

╄→гoц情女王★ 提交于 2019-12-24 00:38:55

问题


I have crosstab crystal report in asp.net C# when it display there is unwanted white space between column in some interval. how can I remove the space please help me

Thank you, and please see report picture below


回答1:


This solution work for me. Remove (Keep Columns Together) check box option from cross tab expert.




回答2:


Either this report is large enough that all columns can not be printed on one page horizontally or the paper size selected for the report is too small. These unwanted white spaces are the page margins. If you print this report, columns upto 14... will print on the first page, 15... to 24... on the second page and 25... to 27... on the third page.

These white spaces can not be removed completely. But can be minimized only by reducing the page's left and right margins and adjusting the column widths. However the last column to be printed on each page will decide this white space. If the last column could not be printed on that page, it will automatically be moved to the next page leaving behind this white space.

The only alternative is use the largest paper size available (or custom paper size) with an orientation fit for the report. This alternative is viable only and only if you have the provision to print that large paper size or if you do not want to print the report and only view it on any digital device. But in that case too if the these dynamic columns again surpass the set paper size, there will again be a visible gap as those extra columns will again shift to a new page.



来源:https://stackoverflow.com/questions/33305836/space-between-crystal-reports-cross-tab-column

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!