Supply created dataset to designer on preview
Supply created dataset to designer on preview
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
Hello,
Thank you.
Please use following code:giscone wrote:is there a way to supply a created dataset as the datasource when in designer and previewing the report?
Code: Select all
report.RegData("MyDataSetName", myDataSet);