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 session start?
What is web router?
Why does my asp.net file have multiple tag with runat=server?
Which adapter should you use, if you want to get the data from an access database?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What are session cookies?
What are validator? Name the validation controls in asp.net? How do you disable them?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What is session mode in asp.net?
Explain the concept of MVC Scaffolding?
What is session state server?
What is a master page and what does it do?
Can we use MSSql as backend in asp.net...if yes then How.?
How many types of validators are there in asp net?
What are server side controls?