C# XML Crystal Reports

  • Thread starter Thread starter chris.dannemiller
  • Start date Start date
C

chris.dannemiller

I have a data stream comming in that looks somthing like this

<SomeData>
<DataSet>
<Data>
<Item1>XYZ</Item1>
<Item2>XYZ</Item2>
<SubData>
<Item1>XYZ</Item1>
<Item2>XYZ</Item2>
</SubData>
</Data>
....
</DataSet>
<SomeData>

I am trying to display the data in Crystal Reprots but it keeps
creating _Id tags and then complaining about the fact they dont exist.
I have not been able to find any real good tutorials on this either.
 
When you create your Crystal report template, what is the type of data
source that you are specifying?

Are you indicating "other data sources", then "ADO.NET", and pointing
Crystal to an XML schema? Or are you indicating some other kind of data
source?
 
Back
Top