Remove White Space in RDLC
I am developing a report in rdlc. I have got a condition to hide a column that is at the center of the Matrix report. I am using a condition to hide that particular column. I have been successful in that. The issue is i get white spaces between the columns.
Is it possible to remove the white spaces? If so how that can be done?With Regards, Surendar S
October 7th, 2011 1:55am
hi surendar,
confirm me where you writing the hidden expression in matrix. Is that column in grouping or details.
if it is grouping, write your hidden expression as mentioned below.
Edit Group -->visibility->hidden
note: if you write your hidden expression in Textbox properties visibility you ll get white empty space.Regards, Gayathri devi P.S. : Please click the 'Mark as Answer' button if a post solves your problem! :)
Free Windows Admin Tool Kit Click here and download it now
October 7th, 2011 3:03am
Hi Gayathri,
I am using Hidden expression in Matrix. It is Grouping column. Can you locate where the Edit Group is?. In the column group if i right click, i get Add Group, Add Total, Delete Group and Group Properties. I am using rdlc
2010.With Regards, Surendar S
October 7th, 2011 3:37am
hi surendar,
select group properties -> visibilityRegards, Gayathri devi P.S. : Please click the 'Mark as Answer' button if a post solves your problem! :)
Free Windows Admin Tool Kit Click here and download it now
October 7th, 2011 5:42am
Thanks Gayathri that worked.With Regards, Surendar S
October 7th, 2011 7:48am
Hi Gayathri, surendar
when i write hidden expression as mentioned on the group hide property,all the row hidden.That's why?
Thank you!
Free Windows Admin Tool Kit Click here and download it now
August 22nd, 2012 11:42am