Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2012 Forums
 Transact-SQL (2012)
 SSRS dataset Fields filtering

Author  Topic 

lohumi
Starting Member

6 Posts

Posted - 2013-11-12 : 04:10:30
In SSRS, I want to filter columns of dataset.so that i can display few columns on report.in other words,i need to pass a list of columns from my application code & have a parameter which will accept that & filter the dataset,which will display only selected fields.
please help!!

Lohumi

bandi
Master Smack Fu Yak Hacker

2242 Posts

Posted - 2013-11-12 : 05:29:45
Refer
http://bilearnings.wordpress.com/2012/11/02/set-the-visibility-of-the-report-field-conditionally-in-ssrs/
http://sql-bi-dev.blogspot.in/2010/10/displaying-dynamic-columns-in-ssrs.html

--
Chandu
Go to Top of Page

bandi
Master Smack Fu Yak Hacker

2242 Posts

Posted - 2013-11-12 : 05:30:08
http://social.msdn.microsoft.com/Forums/en-US/c7178ba0-9110-411b-966e-8b2589f5ee77/dynamically-addremove-columns-ssrs-at-runtime-according-to-my-select-query

--
Chandu
Go to Top of Page
   

- Advertisement -