The sum of all SQL Server matter that exist,
and the space in which all SQL Server events
occur or could occur.
Welcome to SQL Server Universe.com Sign in | Join | Help
in
Home SS SLUG Forums Articles Photos Downloads

Browse by Tags

All Tags » SSRS » Report filters   (RSS)
  • Re: Report filters

    Hi All, I found a way of implementing this functionality! but sorry for late reply. I am using ReportParameter objects to set parameter values through the visual studio report viewer control. It contains a ''Visible'' property to do hide when necessary at the run time. Following is a code sample: ReportParameter p1 = new ...
    Posted to SQL Server Reporting Services (Forum) by Lasi on May 15, 2008
  • Use Split function

    I am passing a string parameter which contain mutiple names seperate with commas ','  from my form to the report through a report viewer . So I need to split them now  . I knew that it (function) should come like this Split(parmeter_name,'',''). But where should I use it?  At layout>available value>nonquery or.. Can i use ...
    Posted to SQL Server Reporting Services (Forum) by cspathirana on February 25, 2008
Powered by Community Server, by Telligent Systems