SSRS 2012 Report Models

后端 未结 2 1525
盖世英雄少女心
盖世英雄少女心 2020-12-21 00:56

I am preparing a SSRS 2008 R2 commercial demo for my company, using Report Model to produce a kind of \"BO Universe\" data model to use with Report Builder, to show how user

相关标签:
2条回答
  • 2020-12-21 01:20

    You can try exploring power view. You can create a tabular model and then explore it via power view.

    0 讨论(0)
  • 2020-12-21 01:36

    Semantic modeling language (SMDL) report models are deprecated. Although you can you continue to use existing report models as data sources in SQL Server 2012 Reporting Services reports you should consider updating your reports to remove their dependency on report models.

    SQL Server 2012 Reporting Services does not include tools for creating or updating report models.

    SQL Server Data Tools (SSDT) no longer supports report model projects. The Report Model designer is not available in SQL Server 2012 Reporting Services (SSRS). You cannot create new Report Model projects or open existing projects in SQL Server Data Tools (SSDT) and you cannot create or update report models. To update report models, you can use SQL Server 2008 R2 Reporting Services or earlier tools. You can continue to use report models as data sources in reports authored in SQL Server 2012 Reporting Services (SSRS) tools such as Report Builder and Report Designer. The query designer that you use to create queries to extract report data from report models continues to be available in SQL Server 2012 Reporting Services.

    Sources: here and (mainly) here

    0 讨论(0)
提交回复
热议问题