I have created a report that gets its data from an XML document. I have deployed this on an ASP page and I set the location of the source XML document programatically using...
session("oRpt").DiscardSavedData
session("oRpt").Database.Tables.Item(1).Location =...
Hi - I have created a report based on an ODBC XML data source. I want to be able to change this data source at runtime (on an ASP page) such that I can view different XML documents through the report.
Essentially the Crystal KB suggests the following line should do the trick...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.