Crystal reports and XML 
Author Message
 Crystal reports and XML

Hi all,
I was just wondering if we can use the data contained in the dataset in
Crystal Reports? It means...can the data source of the crystal reports can
be an XML file? If yes, please let me know how ???

Thanks,
Punit



Tue, 18 Jan 2005 04:38:12 GMT  
 Crystal reports and XML
    Yes, Punit, it can (I'm talking about VS.NET)
All you have to do is to load the data from XML file into the dataset (I
think the method is called ReadXML or something), and then you do something
like this:
    oRpt.SetDataSource(DataSet)

where  oRpt is some variable of some report type you created.
(This is run time procedure.)

Hope this helps you,

Nash.


Quote:
> Hi all,
> I was just wondering if we can use the data contained in the dataset in
> crystal reports? It means...can the data source of the crystal reports can
> be an XML file? If yes, please let me know how ???

> Thanks,
> Punit



Thu, 20 Jan 2005 07:24:10 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Crystal Report to XML

2. XML Data Loading time in to Crystal Report ???

3. Using Crystal Reports with an XML file.

4. Passing XML to Crystal Reports 9.0 from .NET

5. crystal report created using xsd from an xml file

6. Does Crystal Reports 8 support XML ?

7. Reporting off XML file with Crystal Enteprise 8.0 : Help Needed Urgently

8. VB.NET, XML, Crystal Reports, & Refreshing

9. Crystal Reports 9, CR, XML, Outer Join, {oj}

10. Problem binding XML to Crystal report

11. xml and crystal reports?

12. Printing Crystal Reports without Crystal Control ActiveX or Crystal Reports API call

 

 
Powered by phpBB® Forum Software