Example of SetReportParameters (please)
I have found SetReportParameters in the BOL.
Public Sub SetReportParameters(
ByVal Report As String _
ByVal Parameters() As [Namespace].ReportParameter _
)
That's pretty much it.
Anyone have an example of this?
I need to do something like (pseudo code):
Parameter("ID") = "125"
Parameter("Version") = "3"
Parameter("Language") = "3"
etc.
I also searched the BOL for this: Parameters.SetValue but had no hits.
I want to be able to set my report parameters in my web page (I am using the reporting service to render the report to another page. I can do this where there are either, no parameters, or the parameters have defaults. I cannot set the parameters) and then have the report render using them.
This should not be hard but I can't find the syntax. :(
Sandy Murdock MCP
__________________
Sandy Murdock MCP
|