Page 1 of 1

Supply created dataset to designer on preview

Posted: Wed Oct 29, 2008 2:01 pm
by giscone
is there a way to supply a created dataset as the datasource when in designer and previewing the report?

Supply created dataset to designer on preview

Posted: Wed Oct 29, 2008 3:42 pm
by Vital
Hello,
giscone wrote:is there a way to supply a created dataset as the datasource when in designer and previewing the report?
Please use following code:

Code: Select all

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