Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
how to set RDLC report rectangle fixed height ?? table in side the rectangle. problem is data filling the table report bottom side textbox location going down.how to stop it?
Posted
Updated 30-May-18 10:48am
v3
Comments
Shweta N Mishra 5-Nov-14 4:45am    
Can you post a snapshot, what you are referring to. If data length is greater than length of theb page then it will be continued to 2nd page

1 solution

You can have the fixed height of rectangle inside the tablix. and then content written inside it will not flow more than its width.
 
Share this answer
 
Comments
Kiran Prajapati 15-Sep-15 7:35am    
Hi, I have a web application in which I have used rdlc report for reporting. I gave a sub report in main report(main report contains a header and some fields). Sub report is intended to display table records and there are some main report's fields below the sub report. So the height of the table varies according to the data populated. Then then the fields' position in the main report are getting changed when there is less records gets populated into the table. But my user want's their positions to be unchanged. How to fix the table height in rdlc report irrespective of the records being populated ? It's an urgent please help.......any body thanks in advance...

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