Hi,
I have a requirement to create a webservice which returns dataset, once dataset is consumed by client application(here client app is SSRS report), I need to show dataset 's table value in SSRS rdl report.
When i see XML structure returned to client look like this
<?xml version="1.0" encoding="utf-8" ?>
<DataSet xmlns="http://tempuri.org/">
<xs:schema id="Results" xmlns=""
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
xmlns:msprop="urn:schemas-microsoft-com:xml-msprop">
<xs:element name="Results" msdata:IsDataSet="true"
msdata:UseCurrentLocale="true" msprop:QueryTerms="Cool Bikes;"
msprop:IgnoredNoiseWords="" msprop:Keyword="" msprop:ElapsedTime="938"
msprop:Definition="" msprop:SpellingSuggestion="">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="RelevantResults"
msprop:IsTotalRowsExact="False">
View Complete Post