|
|
Browse by Tags
All Tags » Report filters (RSS)
-
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 ...
-
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 ...
-
Hi friends,
Did any one came across how to enable/disable report filters?
As it seems once we have included a report parameter it will automatically become a filter for the same report. But i need to set some of the filters as hidden as a configuration setting.
Can any one help me in doing this?
Lasi
|
|
|