question

bsurendiran avatar image
bsurendiran asked

how to render same set of records in one page and other set of same records in another page and keep on ..

Lets say I have DataTable like below Id DocumentName UserName 1 Legal Document John 2 RequirementDocument Peter 3 DesignDocument Ellen 4 Legal Document June 5 FunctionalDocument Rob 6 AnalysisDocument Shaun 7 RequirementDocument Mark 8 Legal Document Toni If you look at the DocumentName column LegalDocument comes 3 times RequirementDocument comes 2 times and rest of them are comes only one time The requirement is we need generate a report in which each document has its own header with signature and should be in same page ----------------------------------------------------------------------------------------- Below documents with User Signature with more content as header Document Name : Legal Document User Name : John Date : Signature : Document Name : Legal Document User Name : June Date : Signature : Document Name : Legal Document User Name : Toni Date : Signature : ------------------------------------------------------------------------------------------- After this we need a page break (that is end of this Document) then comes the next document in next page Below documents with User Signature with more content as header Document Name : DesignDocument User Name :Ellen Date : Signature : -------------------------------------------------------------------------------------------------------------------- After this we need a page break (end of this document) then comes the next document in the next page Below documents with User Signature with more content as header Document Name : RequirementDocument User Name : Peter Date : Signature : Document Name : Legal Document User Name : Mark Date : Signature : After this we need a page break (end of this document) then comes the next document in the next page like this we need to generate a report. Please help
ssrs-2012
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.