SSRS : Space between 2 text boxes when we rendered into word : SSRS Pagination Issue
we have SSRS report where we have used many text boxes to display the results .
when we preview the report the page is breaking between 2 textboxes and when we rendered this report to word we are getting more space between those 2 text boxes . and another issue is when we given print that word doc the actual text is printing from middle of the paper leaving space before that text
First of all why we get this issue .
After the report is opened in Word, Word repaginates the entire report again based on the page size. Repagination may cause page breaks to be inserted in locations where you did not intend to add them and, in some instances, may cause the exported report to have two successive page breaks in a row or add blank pages. The extra space may be cause by the repagination. In your scenario, you can drag your textbox to the rectangle control, and then reset the position of it.
Regerence:
2 step to solve the issue.
1. Drag the text boxs into Rectangular control
2.Set the Textbox property CanShrink to True
when we preview the report the page is breaking between 2 textboxes and when we rendered this report to word we are getting more space between those 2 text boxes . and another issue is when we given print that word doc the actual text is printing from middle of the paper leaving space before that text
First of all why we get this issue .
After the report is opened in Word, Word repaginates the entire report again based on the page size. Repagination may cause page breaks to be inserted in locations where you did not intend to add them and, in some instances, may cause the exported report to have two successive page breaks in a row or add blank pages. The extra space may be cause by the repagination. In your scenario, you can drag your textbox to the rectangle control, and then reset the position of it.
Regerence:
2 step to solve the issue.
1. Drag the text boxs into Rectangular control
2.Set the Textbox property CanShrink to True
thanks!!!
ReplyDelete