How to Show Typed DataSets with XML Schema?

Stimulsoft Reports.WEB discussion
Post Reply
jpascual
Posts: 68
Joined: Mon Jul 12, 2010 6:45 am
Location: Palencia

How to Show Typed DataSets with XML Schema?

Post by jpascual »

Hello, I'm starting to use this component and I have a doubt.
My project has three layers: presentation, business and data. To display the Report Data using Typed DataSets, but when I assign a New Connection select the connection type 'XML Data' and put the 'Road XSD Schema' of my Dataset but let me put the 'XML Path'. The XML schema of my dataset is not recognized as such, but picks up the columns do not display the content.
Can anyone help me or tell me how to load Typed Datasets, which are not of a single table?
Thank you.
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

How to Show Typed DataSets with XML Schema?

Post by Andrew »

Hello,

Could, you please send us your xml and xsd file to support@stimulsoft.com reffering to the forum topic.

Thank you.
hadisaadat_du
Posts: 35
Joined: Tue Nov 09, 2010 2:43 pm
Location: iran

How to Show Typed DataSets with XML Schema?

Post by hadisaadat_du »

Hi every body.
I sea allmost all topic in forum and seem int all of them posit that we know what is our tables and columns in dataset of our reportbut allways not thus
1-sometime we may want to edit the report in webdesigner that we dont know any thing about its data set but we sure it works with our data base , so befor call the design() function we pass what data set to our report via regdata(//what_dataset) ??
2- or we may want to set full access to data base to one user to create the every report that need to design well we pass a full data base to designer dictionary and he/she design every report by every columns in every tables or viwes in database and save it , in viwe report mode namely after load our report and we want to pass it to stiwebviewer we pass what data set to it since we cant pass all data base to our report ??!
Post Reply