Forum Discussion
Paginated Report not rendering properly in Service
I built a pagin ated report on desktop and published to Service. My paginated report contains a textbox with a background image. The full image renders properly in desktop on the print layout. However, when i publish it to service, part of the page is cut off. I also have the textboxes for variables moving out of place when rendered. How can I fix this?
1) Validate page size vs body size
In Report Builder:
-
Report Properties → Page Setup
-
Note Page Width and Left/Right margins
-
-
Click the grey area (Body) and check:
-
Body → Width
-
Rule is:
Body.Width must be ≤ PageWidth − LeftMargin − RightMargin2) Stop textboxes from moving
For any textbox that should not resize:
-
Set CanGrow = False
-
Set CanShrink = False
Also check any surrounding Rectangles/List/Tablix containers:
-
If a parent container grows, children can shift.
3) Don’t use a textbox background image for full-page layouts
Service is more reliable if you use an Image control instead:
-
Insert → Image
Then place your textboxes on top of the Image.
-
4 Replies
- cengizhanarslanSuper User
1) Validate page size vs body size
In Report Builder:
-
Report Properties → Page Setup
-
Note Page Width and Left/Right margins
-
-
Click the grey area (Body) and check:
-
Body → Width
-
Rule is:
Body.Width must be ≤ PageWidth − LeftMargin − RightMargin2) Stop textboxes from moving
For any textbox that should not resize:
-
Set CanGrow = False
-
Set CanShrink = False
Also check any surrounding Rectangles/List/Tablix containers:
-
If a parent container grows, children can shift.
3) Don’t use a textbox background image for full-page layouts
Service is more reliable if you use an Image control instead:
-
Insert → Image
Then place your textboxes on top of the Image.
- sufregsHelper I
Step 3 helped for the image, thanks!
I however still had the textboxes shifting. Even after I set my row textboxes/rectangles to Can Grow/Can Shrink = False, it would revert back to True. What worked was to add a "page break after" on the rectangle just before the image and that kept the ovelayed textboxes in place.
-
- GilbertQSuper User
Hi sufregs
When working with paginated reports, can you please make sure yeah that you set the page size appropriately? Because typically what happens based on your images is that the paid chart has been set to a smaller size than what you want to be rendered and that is why it is cutting it off.
- AnonymousNot applicable
Hi sufregs,
Thank you for reaching out to the Microsoft Fabric Forum Community, and special thanks to cengizhanarslan and GilbertQ for prompt and helpful responses.
Just following up to see if the Response provided by community members were helpful in addressing the issue. if the issue still persists Feel free to reach out if you need any further clarification or assistance.
Best regards,
Prasanna Kumar