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