Skip to content

Commit d143bcd

Browse files
authored
Merge pull request MicrosoftDocs#3446 from guyinacube/releasenotes
👊 SSRS - What's new updates
2 parents 7620e78 + 94d2db8 commit d143bcd

3 files changed

Lines changed: 27 additions & 21 deletions

File tree

44.7 KB
Loading

docs/reporting-services/what-s-new-in-sql-server-reporting-services-ssrs.md

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "What's new in Reporting Services (SSRS) | Microsoft Docs"
3-
ms.date: "07/02/2017"
3+
ms.date: "10/10/2017"
44
ms.prod: "sql-server-2017"
55
ms.reviewer: ""
66
ms.suite: ""
@@ -9,13 +9,6 @@ ms.technology:
99
- "reporting-services-sharepoint"
1010
ms.tgt_pltfrm: ""
1111
ms.topic: "get-started-article"
12-
helpviewer_keywords:
13-
- "what's new [Reporting Services]"
14-
- "Reporting Services, what's new"
15-
- "SQL Server Reporting Services, what's new"
16-
- "SSRS, what's new"
17-
ms.assetid: bc909063-6b84-4b3a-80d2-e93fc04b4b9d
18-
caps.latest.revision: 206
1912
author: "guyinacube"
2013
ms.author: "asaxton"
2114
manager: "erikre"
@@ -26,20 +19,32 @@ manager: "erikre"
2619
[!INCLUDE[ssrs-appliesto](../includes/ssrs-appliesto.md)] [!INCLUDE[ssrs-appliesto-2016-and-later](../includes/ssrs-appliesto-2016-and-later.md)] [!INCLUDE[ssrs-appliesto-not-pbirsi](../includes/ssrs-appliesto-not-pbirs.md)]
2720

2821
Learn about what's new in SQL Server [!INCLUDE[ssRSnoversion](../includes/ssrsnoversion-md.md)]. This covers the major feature areas and is updated as new items are released.
29-
22+
3023
For information on what's new in other areas of SQL Server, see [What's New in SQL Server 2017](../sql-server/what-s-new-in-sql-server-2017.md) or [What's New in SQL Server 2016](../sql-server/what-s-new-in-sql-server-2016.md).
31-
24+
3225
**Download** ![download](../analysis-services/media/download.png "download")
33-
34-
- To download the January 2017 Technical Preview of Power BI reports in SQL Server Reporting Services, along with the Power BI Desktop release (SQL Server Reporting Services), go to the **[Microsoft download center](https://go.microsoft.com/fwlink/?linkid=839351)**.
35-
36-
- To download [!INCLUDE[ssSQL15](../includes/sssql15-md.md)], go to **[Evaluation Center](https://www.microsoft.com/en-us/evalcenter/evaluate-sql-server-2016)**.
37-
38-
- Have an Azure account? Then go **[Here](https://azure.microsoft.com/en-us/marketplace/partners/microsoft/sqlserver2016sp1enterprisewindowsserver2016/)** to spin up a Virtual Machine with SQL Server already installed.
3926

40-
![note](../analysis-services/instances/install-windows/media/ssrs-fyi-note.png "note") For the current release notes, see [SQL Server 2016 Release Notes](../sql-server/sql-server-2016-release-notes.md) or [Power BI Report Server release notes](https://powerbi.microsoft.com/documentation/reportserver-release-notes/).
27+
- To download SQL Server 2017 Reporting Services, go to the **[Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=55252)**.
28+
29+
For the current release notes, see [SQL Server 2017 Release Notes](../sql-server/sql-server-2017-release-notes.md) or [Power BI Report Server release notes](https://powerbi.microsoft.com/documentation/reportserver-release-notes/). For information about Power BI Report Server, see [Get started with Power BI Report Server](https://powerbi.microsoft.com/documentation/reportserver-get-started/).
30+
31+
## What's new in SQL Server 2017
32+
33+
### Comments on reports
34+
35+
Comments are now available for reports, to add perspective and collaborate with others. You can also include attachments with comments.
36+
37+
![Comments within a report server](media/what-s-new-in-sql-server-reporting-services-ssrs/report-server-comments.png)
38+
39+
For more information, see [Add comments to a report in a report server](https://powerbi.microsoft.com/documentation/reportserver-add-comments/).
40+
41+
### DAX queries in reporting tools
42+
43+
In the latest releases of Report Builder and SQL Server Data Tools, you can create native DAX queries against supported SQL Server Analysis Services tabular data models by dragging and dropping desired fields in the query designers. See the [Reporting Services blog](https://blogs.msdn.microsoft.com/sqlrsteamblog/2017/03/09/query-designer-support-for-dax-now-available-in-report-builder-and-sql-server-data-tools/).
44+
45+
### REST API support
4146

42-
For information about Power BI Report Server, see [Get started with Power BI Report Server](https://powerbi.microsoft.com/documentation/reportserver-get-started/).
47+
To enable development of modern applications and customization, SQL Server Reporting Services now supports a fully OpenAPI compliant RESTful API. The full API specification and documentation can now be found on [swaggerhub](https://app.swaggerhub.com/apis/microsoft-rs/SSRS/2.0).
4348

4449
## Query designer support for DAX now in Report Builder and SQL Server Data Tools
4550

docs/sql-server/what-s-new-in-sql-server-2017.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's new in SQL Server 2017 | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "10/02/2017"
4+
ms.date: "10/10/2017"
55
ms.prod: "sql-server-2017"
66
ms.reviewer: ""
77
ms.suite: ""
@@ -89,9 +89,10 @@ SQL Server Analysis Services 2017 introduces many enhancements for tabular model
8989
For more information, see [What's new in SQL Server Analysis Services 2017](~/analysis-services/what-s-new-in-sql-server-analysis-services-2017.md).
9090

9191
## SQL Server 2017 Reporting Services (SSRS)
92-
As of CTP 2.1, SSRS is no longer available to install through SQL Server setup. Go to the Microsoft Download Center to [download the Microsoft SQL Server 2017 Reporting Services Release Candidate](https://www.microsoft.com/download/details.aspx?id=55252).
93-
- Comments are now available for reports, to add perspective and collaborate with others. You can also include attachments with comments. (CTP 2.1)
92+
SQL Server Reporting Services is no longer available to install through SQL Server setup. Go to the Microsoft Download Center to [download Microsoft SQL Server 2017 Reporting Services](https://www.microsoft.com/download/details.aspx?id=55252).
93+
- Comments are now available for reports, to add perspective and collaborate with others. You can also include attachments with comments.
9494
- In the latest releases of Report Builder and SQL Server Data Tools, you can create native DAX queries against supported SQL Server Analysis Services tabular data models by dragging and dropping desired fields in the query designers. See the [Reporting Services blog](https://blogs.msdn.microsoft.com/sqlrsteamblog/2017/03/09/query-designer-support-for-dax-now-available-in-report-builder-and-sql-server-data-tools/).
95+
- To enable development of modern applications and customization, SSRS now supports a fully OpenAPI compliant RESTful API. The full API specification and documentation can now be found on [swaggerhub](https://app.swaggerhub.com/apis/microsoft-rs/SSRS/2.0).
9596

9697
For more information, see [What's new in SQL Server Reporting Services (SSRS)](~/reporting-services/what-s-new-in-sql-server-reporting-services-ssrs.md).
9798

0 commit comments

Comments
 (0)