Binding a typed dataset to .mrt report ???
-
- Posts: 33
- Joined: Fri Aug 20, 2010 3:46 am
- Location: Lebanon - Beirut
Binding a typed dataset to .mrt report ???
Hello,
I am finding difficulties to bind a typed dataset to report documents.
Please let us know the steps required to setup the report when only .xsd file is available and data generated at runtime ???
Thank you in advance.
I am finding difficulties to bind a typed dataset to report documents.
Please let us know the steps required to setup the report when only .xsd file is available and data generated at runtime ???
Thank you in advance.
-
- Posts: 33
- Joined: Fri Aug 20, 2010 3:46 am
- Location: Lebanon - Beirut
Binding a typed dataset to .mrt report ???
Well the issue is far away from typed dataset 
The folder name whereby the .xsd resides contains the ampersand "&" character (D:\R & D\...\file.xsd). This character is not interpreted correctly by .mrt file. You may open the report by an xml editor to check-it.
Cheers,

The folder name whereby the .xsd resides contains the ampersand "&" character (D:\R & D\...\file.xsd). This character is not interpreted correctly by .mrt file. You may open the report by an xml editor to check-it.
Cheers,
Binding a typed dataset to .mrt report ???
Hello,
We could not reproduce this problem. We created the same catalog and in web designer we added data from it.
Please download the latest prerelease build and let us know about the result.
Also this error may occur due to some particular settings of the server.
Thank you.
We could not reproduce this problem. We created the same catalog and in web designer we added data from it.
Please download the latest prerelease build and let us know about the result.
Also this error may occur due to some particular settings of the server.
Thank you.
-
- Posts: 35
- Joined: Tue Nov 09, 2010 2:43 pm
- Location: iran
Binding a typed dataset to .mrt report ???
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 ??!
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 ??!
-
- Posts: 1
- Joined: Wed Nov 10, 2010 10:03 am
Binding a typed dataset to .mrt report ???
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 ??!
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 ??!
Binding a typed dataset to .mrt report ???
Hello,
Thank you.
Yes you can use RegData method.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) ??
In this case you need provide to report 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 ??!
Thank you.