使用数据集中的存储过程创建 AX SSRS 报告
Create AX SSRS Report with stored procedure in Dataset
我想为 Microsoft Dynamics AX 2012 创建 SSRS 报告。
我创建了一个 DataSource
到 SQL 服务器,现在我想创建一个 DataSourceType
= "Stored Procedure" 的数据集。
问题出在 Visual Studio (2010) 我没有在属性 window 中将 DataSourceType
设置为 "Stored Procedure" 的选项,我也没有知道为什么了。
Click here to see a Screenshot from the Properties Window
有人知道吗?
确保 ReportDatasource 的 Provider
属性 设置为 SQL
。
我想为 Microsoft Dynamics AX 2012 创建 SSRS 报告。
我创建了一个 DataSource
到 SQL 服务器,现在我想创建一个 DataSourceType
= "Stored Procedure" 的数据集。
问题出在 Visual Studio (2010) 我没有在属性 window 中将 DataSourceType
设置为 "Stored Procedure" 的选项,我也没有知道为什么了。
Click here to see a Screenshot from the Properties Window
有人知道吗?
确保 ReportDatasource 的 Provider
属性 设置为 SQL
。