I want to create a SSRS Report for Microsoft Dynamics AX 2012.
I created a DataSource
to a SQL Server and now I want to create a dataset with DataSourceType
= "Stored Procedure".
The problem is in Visual Studio (2010) I do not have the option to set the DataSourceType
to "Stored Procedure" in the properties window and I don't know why.
Click here to see a Screenshot from the Properties Window
Does anybody have any idea?
Make sure the Provider
property of the ReportDatasource is set to SQL
.