Page 1 of 1

Data Source

Posted: Sun Feb 21, 2010 8:57 am
by fkmfkm
After reading the documentation..(much more info now) I am still not sure of all the different ways to supply data to my report...can some one briefly list down all the methods that i can supply my data to STI ?

Data Source

Posted: Mon Feb 22, 2010 12:40 am
by Jan
Hello,

Which methods you interested: from program or from report egnine?

Thank you.

Data Source

Posted: Mon Feb 22, 2010 9:00 am
by fkmfkm
Jan wrote:Hello,

Which methods you interested: from program or from report egnine?

Thank you.
For a start, from program (eg dataset) , adding the datasource to sti for design, passing data during run time(how the binding works....)

something like that

Data Source

Posted: Mon Feb 22, 2010 9:20 am
by Jan
Hello,

You can use RegData method of StiReport object. It accepts various types of data. For example:

Code: Select all

report.RegData("MyDataSet", myDataSet);
Thank you.

Data Source

Posted: Mon Feb 22, 2010 9:22 am
by fkmfkm
Jan wrote:Hello,

You can use RegData method of StiReport object. It accepts various types of data. For example:

Code: Select all

report.RegData("MyDataSet", myDataSet);
Thank you.
how to create the source in the report ? how does the Dataset binds to the report ?

Data Source

Posted: Mon Feb 22, 2010 2:18 pm
by Jan
Hello,

Please look at:

http://stimulsoft.com/ReportsNetVideos.aspx

Thank you.