xml+report generation
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi all its like this when i am using reports i am using xml ok my xml structure is not predefined it would keep varying generally what we do is 1) create file.xml 2)add object to report 3)drag all the elements from object to the report 4)add source in the report viewer. this is doing good now i dont want to drag and drop my xml my vary (for each request of user it varies) so what i want is the xml which comes into file.xml accordingly to its xslt report should be generated (i,e dynamic creation of report ) is it possible please help me