Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Excel as Datasource in SSRS report

How can I give Excel as datasource in SSRS report I am developing SSRS report in Visual Studio 2008, please help me in this, I have read various links but unable to get desired results.

like image 336
Kapil Dhawan Avatar asked Dec 21 '25 20:12

Kapil Dhawan


1 Answers

In Visual studio - there is an option to create a datasource from an ODBC connection. From these dialogs you should be able to create a machine dsn to the excel file you require.

So...... from your report in visual studio, Click Create new DataSource...

enter image description here enter image description here enter image description here enter image description here enter image description here enter image description here

like image 147
Trubs Avatar answered Dec 24 '25 09:12

Trubs