[new junkie to .Net]
Hi,
I have developed a Windows application. One of the screen queries the data and processes it and creates an XMLDocument at run time. This XMLDocument object is transformed into Tree on the
screen. I want to have this XMLDocument object print as a report. I have created XSD and tried mapping the fields on the report. That asks me logon to database specified in XSD.
I have searched many sites for some information...but I was not able to get the information.Can any one please help me in generating a report from XMLDocument that is generated at runtime.
Thanks & Regards

XMLDocument to Crystal Report at Runtime
jjuser
maybe this will help
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=23406&SiteID=1
This is for a DataSet object so you may need to use a XmlDataDocument, the principle is the same anyway I think.
Hope it helps.
adtyerheryh
Sorry. I have no experience with Crystal report and can't help you here.
You can use XSLT to generate HTML from you XmlDocument.
Joshker
There's also Crystal Reports Developer Zone and the Crystal Reports for Visual Studio 2005 online help.