Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Services / Reporting Services / May 2005

Tip: Looking for answers? Try searching our database.

Multi value parameter

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
SRIRAM - 24 May 2005 11:47 GMT
In our project we are using reporting service web service calls to get report
paramaeters and report data.
We are passing an array of parameter values to webservice method
GetReportData() as an input parameter to render the  output bytes.This
parameter  values array consists of each controls's selected value.

Now in case of multivalue parameters, how to pass these multivalues to
webservice method GetReportData()?
Suppose for the control if we select the multiple values, how to send them
to array along with the other control's values to parametervalues collection.
please give suggestions on these.

Thanx
sriram
SRIRAM - 31 May 2005 06:57 GMT
I got the answer for this multivalue parameter

We have to send the multivalue parmaeters with same parameter name but with
different selected values in to  parameter values array as below:
Here Foo is a multivalue parameter

<ParameterValues>
    <ParameterValue>
        <Name>Foo</Name>
        <Value>1</Value>
    </ParameterValue>
    <ParameterValue>
        <Name>Foo</Name>
        <Value>2</Value>
    </ParameterValue>
    <ParameterValue>
        <Name>Bar</Name>
        <Value>NorthWest</Value>
    </ParameterValue>
</ParameterValues>

> In our project we are using reporting service web service calls to get report
> paramaeters and report data.
[quoted text clipped - 10 lines]
> Thanx
> sriram
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.