Data Source
Data Source
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
Hello,
Which methods you interested: from program or from report egnine?
Thank you.
Which methods you interested: from program or from report egnine?
Thank you.
Data Source
For a start, from program (eg dataset) , adding the datasource to sti for design, passing data during run time(how the binding works....)Jan wrote:Hello,
Which methods you interested: from program or from report egnine?
Thank you.
something like that
Data Source
Hello,
You can use RegData method of StiReport object. It accepts various types of data. For example:
Thank you.
You can use RegData method of StiReport object. It accepts various types of data. For example:
Code: Select all
report.RegData("MyDataSet", myDataSet);
Data Source
how to create the source in the report ? how does the Dataset binds to the report ?Jan wrote:Hello,
You can use RegData method of StiReport object. It accepts various types of data. For example:
Thank you.Code: Select all
report.RegData("MyDataSet", myDataSet);