User-1100353968 posted
Hi All,
I have a rectangle and a tablix inside it . In Tablix , I bound some fields from dataset ... I want to show this tablix to Administrator only...
So i have applied below visibility expression and it is working fine..:
=IIF(Parameters!ParamRoleLevel.Value="Administrator",true,false)
But the problem is when tablix/rectangle is hiding , It is taking blank Page/Space... Please let me know how to prevent this blank page/space from rendering.
I have tried applying above visibility expression to RECTANGLE/TABLIX/ROW VISIBILITY ...but it is still rendering blank page/space.
What can be the solution to this problem ? How to prevent this blank page/space to render?
Waiting for your valuable answers.
Thanks in advance..