Page 1 of 1
Data Source in Assembly
Posted: Thu Jan 07, 2010 7:52 am
by Leandro
Is it possible to create a Data Source to get data from Assembly
Data Source in Assembly
Posted: Thu Jan 07, 2010 10:11 am
by Edward
Hi
Please let us know a bit more about your task.
Thank you.
Data Source in Assembly
Posted: Thu Jan 07, 2010 10:25 am
by Leandro
Inside my DLL is a method that returns IList .
I would like to consume this IList in a Data Source of Stimul.
This way I do all my business rule within the assembly of aplication.
Data Source in Assembly
Posted: Thu Jan 07, 2010 12:10 pm
by Jan
Hello,
Yes it possible. Please check attached sample project.
Thank you.
Data Source in Assembly
Posted: Fri Jan 08, 2010 4:49 am
by Leandro
Hi,
I saved the attachment and it worked.
Thank you.
Data Source in Assembly
Posted: Fri Jan 08, 2010 7:26 am
by Edward
Hi
Thank you for this feedback.
Let us know if any help is required.
Data Source in Assembly
Posted: Tue Nov 09, 2010 3:14 pm
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 ??!