Hidden Tables are showing in PDF format.

Dear Experts,

In VS design for SSRS reports i am hiding few tables depends on condition, that is working fine and i am unable to see that tables while running report.

But if i export same report to PDF that tables which i am hiding is appearing in PDF.

Thanks

Sreenu kakarla

Will you able to show us the condition? Do you have the condition based on rendering format name?

What happens if you export to other formats (Example - excel)?

HI Kanthi,

I am using below condition to hide Tablix.

=IIF(Fields!TotalAmount.Value = 0.00,true,false) it is working fine for me in if i run report from AX.

and yes in excel format also i am getting same that tablix.

Thanks

Sreenu kakarla

HI Guys,

Any idea about this???

Thanks

Sreenu