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
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
How many types of triggers are there in update panel?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
How to deploy/publish webservices?How many ways?Plz explain me
What is difference between Fragment Caching and Page Caching in ASP.NET?
What New Features comes with ASP.NET Web API 2.0?
How would you get asp.net running in apache web servers? Explain it's limitations.
What is the difference between debug and release?
What is the concept of postback in asp.net?
What is active web page?
Describe session handling in a webfarm, how does it work and what are the limits?
What is ashx file in asp.net?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Explain MVC model binders?