If you want to generate a certificate for each row of your dataset in the same report, you can do this with a tablix
:
- Add a
Tablix
to you your report that lists your dataset data
- Drag a
Rectangle
into one of the Details
row cells
- Make the cell you dragged the
Rectangle
into large enough to hold all your
- certificate report items
- Select all your certificate items and move them into the
Rectangle
- Update any references to your dataset to not include a 'scope'
- ie: Change
=sum(Fields!ColName.Value, "Your Dataset")
to =sum(Fields!ColName.Value)
- Run the report
You should now have a certificate for each row in your dataset.
If you want to export multiple separate certificates, you will need to set up a data driven subscription on your report, that runs it once for each row of a returned dataset. Obviously you will need to adjust your report to be able to receive which student to generate the certificate for as a parameter.