I am using RAQ Report. As I konw, RAQ Report server provides many types of dataset for users. Such as Simple SQL, Stored Procedure, Complex SQL, Text, XML, Builtin, Semantic View, EssBase, and Customize, etc.
Then, how to use XML file as web report data source and create dataset?
how to use xml files
{ 2 comments… read them below or add one }
Hi.
Operations:
Step 1: Writting method of standard XML file.
Step 2: Set the made XML file as dataset.
Step 3: Design the report with the configured XML dataset.
For detailed information, please refer to http://www.raqsoft.com/.
I would suggest you do a Google search on XML tutorials to learn what XML files are. This is a far too complex question to be answered here.
Basically, XML files are files with data divided into categories, similar to a database table. XML files look more like HTML files, using tags to divide up data.
You must log in to post a comment.