• Hi,

    I think the effect you are trying to achieve is to hide/show

    the report on demand. What you can do is set the visible

    property of the report viewer control to false, and then

    set it to true in the OnClick event of the button that you

    click to show the report.

    Hope this helps!

    -Darren