Problem is, when i'm trying to print (in docx, Word 2010 and 2013) that one of the test printers doesn't understand page format - in "Print preview" window, page size = "Custom page Size 11.69x 8.27", "Landscape Orientation". But document in preview mode
is croped from sides. If i select page format "A4" or try to play with margins or landscape, preview normalizes.
If i select diferent printer everything is well. If i try generating report in pdf also everything is well.
Is this problem with my rdlc, printer or Print preview window? How to solve it? (so that customer won't need to select page format everytime)
Update: I opened up my docx as xml, and found that landscape tag was missing
w:orient="landscape"
If i add it - it works well. Now problem, how to do make a general fix?
None
0 Points
2 Posts
RDLC report layout
Jun 27, 2013 07:46 AM|lewliukas|LINK
I have build web which uses ReportViewer.Webforms to export report files.
I have rdlc file report (standtart A4, Landscape), that has
Problem is, when i'm trying to print (in docx, Word 2010 and 2013) that one of the test printers doesn't understand page format - in "Print preview" window, page size = "Custom page Size 11.69x 8.27", "Landscape Orientation". But document in preview mode is croped from sides. If i select page format "A4" or try to play with margins or landscape, preview normalizes.
If i select diferent printer everything is well. If i try generating report in pdf also everything is well.
Is this problem with my rdlc, printer or Print preview window? How to solve it? (so that customer won't need to select page format everytime)
Update: I opened up my docx as xml, and found that landscape tag was missing
If i add it - it works well. Now problem, how to do make a general fix?
ms word Webforms rdlc reportviewer
Participant
1130 Points
349 Posts
Re: RDLC report layout
Jun 27, 2013 12:01 PM|sridhar_rs|LINK
Have you tried changing the page layout settings (for Landscape),
Report menu -> BIDS -> Report Properties -> Layout -> change it to 11.7 inches × 8.3 inches
.RS.
ms word Webforms rdlc reportviewer
Thank you very much,
Please if my reply helped you.
None
0 Points
2 Posts
Re: RDLC report layout
Jun 27, 2013 12:46 PM|lewliukas|LINK
Yep. The first thing i tried. And i tried it several times.
ms word Webforms rdlc reportviewer