Hi All,
We have the below scenario.
We are building a report and at the bottom of the report we need to render list of users those are going to put their signature . We are going to export the report in pdf format.
Lets say we have a datatable called list of users. the number of users may vary different scenarios..
User
User1
User2
User3
Now at the end of the report we want to show something like this
Signatures:-
---------------------------------------------------------------------------------------------------
Name : User1
place :_____________________
Date :______________________
Signature :_____________________
---------------------------------------------------------------------------------------------------
Name : User2
place :_____________________
Date :______________________
Signature :_____________________
---------------------------------------------------------------------------------------------------
Name : User3
place :_____________________
Date :______________________
Signature :_____________________
Please help me how to do this in report......