Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am facing a problem , described below.

I am new to RDLC Reports. Can any one tell me how to change columns width of table at run time.
Thanks..
Posted
Comments
[no name] 27-Apr-13 3:53am    
lets i say that i have 10 columns to view report and i want to hide 3 of these columns at runtime based on the value of parameter which the user would select.. This can be easily done by setting the coulmn visibility of each of these 3 columns based on the value of the aforesaid parameter... It's perfectly fine uptill here...

The problem is when the report shows up (with 3 columns hidden) the remaining 7 columns take up the place of the hidden columns and as a result the overall width of the table reduces accordingly... I do not want this to happen..i.e. i want the table width to remain constant..

That is to say the remaining colums width should somehow be able to expand so that the original overall width of the table remains same...

Is this possible to achieve.... Please Help..I really need this to get going asap. 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