Click here to Skip to main content
15,919,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my rdlc report, I used Report Item Table . When I generate report there are only 5 rows as per returnd by database . I want to show 15 rows even if 10 rows are blank what is the way to do that.
Posted
Comments
RDBurmon 30-May-12 10:25am    
I understood your requirement. As this is incomplete question but I had the same situation . We need code of SP to give you solution for this .
Pratika05 31-May-12 2:01am    
Select * from tblemp
it returns 5 rows as there are 5 records in table but i want to show 10 blank rows also in rdlc reports

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900