Data Source

Stimulsoft Reports.NET discussion
Post Reply
fkmfkm
Posts: 181
Joined: Thu Jul 05, 2007 11:26 pm
Location: Kuala Lumpur

Data Source

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

Data Source

Post by Jan »

Hello,

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

Thank you.
fkmfkm
Posts: 181
Joined: Thu Jul 05, 2007 11:26 pm
Location: Kuala Lumpur

Data Source

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

Data Source

Post 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.
fkmfkm
Posts: 181
Joined: Thu Jul 05, 2007 11:26 pm
Location: Kuala Lumpur

Data Source

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

Data Source

Post by Jan »

Hello,

Please look at:

http://stimulsoft.com/ReportsNetVideos.aspx

Thank you.
Post Reply