Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
950
Data source = File Xml
posted

How do to put Schema ( XSD FILE) in datasource to make the rapport designer and fill this report with a XML FILE.  

Is it  PossIble ? : I Make that with CristalReport and microsoft reporting .

Or how work with XML FILE

Thank you   Anthride 

 

Parents
  • 2848
    posted

    Hi Anthride,

    You can achieve that with NA Reporting in two ways:

    - Use a .NET DataSet. If you create an XSD for a DataSet you can then use the ObjectDataSource to bind to it.

    - Generate .NET classes that you can use to deserialize the XML using XSD.EXE and use the ObjectDataSource to define the report structure.

    Regards,

    Andres

Reply Children