Im trying to display few images in SSRS group wise, images are loading fine; but after the images are loaded on the first row, the remaining images are moved to the second page and so on. I need all the image of a group to stay together.
For example, if there are 6 images, 3 pages are created with 2 images each in one page. I need to have all the 6 images together in three rows in a single page.
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
None
0 Points
1 Post
Images moving to next page
Aug 18, 2018 02:16 PM|pt.manoj|LINK
Hi,
Im trying to display few images in SSRS group wise, images are loading fine; but after the images are loaded on the first row, the remaining images are moved to the second page and so on. I need all the image of a group to stay together.
For example, if there are 6 images, 3 pages are created with 2 images each in one page. I need to have all the 6 images together in three rows in a single page.
Kindly someone assist me in this.
Contributor
2990 Points
1210 Posts
Re: Images moving to next page
Aug 20, 2018 07:23 AM|Deepak Panchal|LINK
Hi pt.manoj,
At present, It looks like your SSRS report shows the one image per one page.
It means it showing one record per one page.
You can try to use Group by expression below.
Also set the page break between each instance of group.
For detailed steps, You can refer link below.
Display a fixed number of rows per page for an SSRS report
Regards
Deepak
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.