How to specify a connection for a data source?

Stimulsoft Reports.NET discussion
Post Reply
Craig
Posts: 29
Joined: Sat May 10, 2014 4:53 pm

How to specify a connection for a data source?

Post 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?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

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

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