Page 1 of 1

How to specify a connection for a data source?

Posted: Thu May 15, 2014 8:17 am
by Craig
I was checking out the ParametersDateRange.mrt sample report and noticed there's no data. There's no connections defined. So I created a new one. When I edit the Northwind data source I don't see where I can define an existing connection.

How to specify a connection for a data source?

Re: How to specify a connection for a data source?

Posted: Thu May 15, 2014 9:31 am
by Alex K.
Hello,

For our Demo samples we have registered a DataSet from code using RegData() method. In your report you can create a XML or OleDb or SQL Connection and specify the connection in it.
http://www.stimulsoft.com/en/documentat ... source.htm

Thank you.