I tried to hide one of the Tablix in my SSRS 2008 R2 Report by setting up hidden property as
Globals!RenderFormat.Name = "CSV"
I am still geting the Tablix data in CSV file. This works fine for "EXCEL". Am I missing something?
I tried to hide one of the Tablix in my SSRS 2008 R2 Report by setting up hidden property as
Globals!RenderFormat.Name = "CSV"