Jump to content

Report with XML data source


sweety.shah

Recommended Posts

Hi

I am working with XML file to create report. It is with header-detail tag. However client need some of xml records into columns instead of rows.

{
<header>
  <dept>
                            <id>1</id>
                            <name>Sales</name>
<product>
    <id>1</id>
    <Quantity>0</Quantity>
    <price>10</price>
</product>
<product>
    <id>2</id>
    <Quantity>1</minQuantity>
    <price>13</price>
</product>
</dept></header>

                             Quantity              Price
Sales                      0                         10
}
 
So, question is how to convert rows into columns with xml data source in between header-detail section. If crosstab or subreport, can you please provide any example or reference links for it. 
 
Quick help is appriciated.
 
Thanks
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...