Supply created dataset to designer on preview

Stimulsoft Reports.NET discussion
Post Reply
giscone
Posts: 2
Joined: Wed Oct 29, 2008 1:18 pm
Location: usa

Supply created dataset to designer on preview

Post by giscone »

is there a way to supply a created dataset as the datasource when in designer and previewing the report?
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Supply created dataset to designer on preview

Post 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.
Post Reply