WriteXMLSchema => XDS



Hello,
I want to bind a crystal report dynamically to a strong typed dataset.
Therefore I have to define the dataset as xds in Visual Studio and then
assign it as the reports dataconnection. So I can design the report. Running
the programm then I can fill the dataset using SqlDataAdapter and assing it
to the datasource property of my xds-dataset.

It's an effort to keep the xds correct while the query changes. All changes
have to bee done manually. But since I can store the xml schema using the
datasets WriteXmlSchema-Method it would be nice if Icould then recreate (or
even synchronize) the xds from that schema xml file.

Any ideas?

Thanks Patrick


.



Relevant Pages

  • WriteXML => XDS
    ... I want to bind a crystal report dynamically to a strong typed dataset. ... It's an effort to keep the xds correct while the query changes. ... even synchronize) the xds from that schema xml file. ...
    (microsoft.public.dotnet.framework.adonet)
  • Report based on Crosstab Query
    ... I am trying to create a report that is based on a crosstab ... What the problem is - is that when the query changes - so ... do the column headings - when the report is then generated ...
    (microsoft.public.access.reports)