Data Source in Assembly

Stimulsoft Reports.WEB discussion
Post Reply
Leandro
Posts: 74
Joined: Tue Aug 08, 2006 9:07 am
Location: Brasil

Data Source in Assembly

Post by Leandro »

Is it possible to create a Data Source to get data from Assembly
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Data Source in Assembly

Post by Edward »

Hi

Please let us know a bit more about your task.

Thank you.
Leandro
Posts: 74
Joined: Tue Aug 08, 2006 9:07 am
Location: Brasil

Data Source in Assembly

Post 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.
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Data Source in Assembly

Post by Jan »

Hello,

Yes it possible. Please check attached sample project.

Thank you.
Attachments
309.BusinessObjects.zip
(95.48 KiB) Downloaded 217 times
Leandro
Posts: 74
Joined: Tue Aug 08, 2006 9:07 am
Location: Brasil

Data Source in Assembly

Post by Leandro »

Hi,

I saved the attachment and it worked.

Thank you.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Data Source in Assembly

Post by Edward »

Hi

Thank you for this feedback.

Let us know if any help is required.
hadisaadat_du
Posts: 35
Joined: Tue Nov 09, 2010 2:43 pm
Location: iran

Data Source in Assembly

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