Posts

ssrs report - textbox create gap space

Image
0 I have a report with parameter to select the name and a textbox with expression field name. Below text box the a dataset table. When I run the report, by default it will return all name on the table and HIDE text box. When I select name in parameter, it will return for that name and SHOW text box. I don't have any issue at this point. BUT I do have problem that the textbox create a gap between header and the table WHEN I run the report by default (not select name in parameter). My goal is to some how REMOVE THE GAP so the table can move up right below header. ONLY show when name is select on parameter. reporting-services ssrs-2012 share | improve this question ...