Can u able to get the xml document in crystal report if yes
how its possible
Answer Posted / balaji.k.jeyaram
Ofcourse its posible. Dataset can read data from an XML
file. So, first create an instance of Dataset. This
instance would contain a method calle ReadXML. use this
method give XML file location as signature of it. Then,
system would store all details that holds XML as Dataset.
Assign this dataset to crystal report.
Your'
Balaji.K.Jeyaram
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is validation in asp.net?
Can you dynamically assign a Master Page?
About CLR, reflection and assemblies?
Why we are using mvc instead of asp.net? : Asp.Net MVC
Can you change a master page dynamically at runtime? How?
How to Separate background image and front image from original picture....
To add a hyperlink column to the DataGrid which tag is used ?
What is asp short for?
What is the base class from which web forms are inherited?
What is the full meaning of asp.net?
Explain the server control events of asp.net ?
What is a form tag?
What is difference between web api and web services?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
How can we provide the WebParts control functionality to a server control?