Payam Zare
Payam Zare

Reputation: 103

Dynamics 365 ssrs create multiple report

I want to create a multiple page invoice report with ssrs. I need to show one picture at first page and after that show parent and then show child rdl. I try every thing but in Microsoft CRM i have only two option, i can create single page report and a parent child report there is no option to create a three or four page report.

please help me to create a report that show a static Picture at first page and then show main report that have a parent and a child?

Upvotes: 1

Views: 373

Answers (1)

Nick
Nick

Reputation: 755

Is your image dynamic or static?

For a static image, add an image control at the top of the report, in the body. Then, add a page break. The option should be on the control under the image. Like a tablix.

enter image description here

enter image description here

Upvotes: 1

Related Questions