locked
Hide Blank Page/Space on Visibility expression RRS feed

  • Question

  • 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..

    Saturday, June 7, 2014 1:00 AM

Answers

  • User1975998971 posted

    So you just want the report not to show anything or is it having some elements showing but hiding the tablix but still showing the space for the tablix.  Not sure what the rest of your report looks like.  Sometimes, when I want to just show a blank report, I have a header so at least they know it ran.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, June 9, 2014 1:34 PM