ssrs-2012

SSRS - Changing tab name when exporting to excel

吃可爱长大的小学妹 提交于 2019-11-29 00:14:55
问题 I have tabbed my report in SSRS 2012 by having my page breaks based upon grouping classname and it works great. How do I change the tab names when exporting to Excel? I tried having an expression for page name =Fields!classname.Value . In doing so, it makes all 4 of my tabs equal the first page break of Sales Division . My tabs are based upon the grouping of classname , which in returns gives me the 4 tabs: Sales Division , VRS , ClearCaptions , and IP-relay . 回答1: You need to set the

The report definition has an invalid target namespace rsInvalidReportDefinition

我的未来我决定 提交于 2019-11-28 17:18:34
I have created a ReportProject with Visual Studio data tools 2015. When I create a report.rdl file using the report wizard, the rdl file has schema for 2016. My reporting server is of version 12.0.4213.0. How can I create a report.rdl which is compatible with my reporting server. I tried changing the TargetServerVersion by right clicking the project -> properties and changing the targetserverversion to "Sql server 2008 R2, 2012 or 2014". But this doesn't work either. tb1 Edit: The specific version of the report you set as the TargetServerVersion property gets created in the BIN (\debug or

HTTP Meta Tags in SQL Server SSRS 2012 Web Pages

流过昼夜 提交于 2019-11-28 02:08:34
We have SQL Server 2012 with SSRS installed on Windows Server 2008. There are some issues with reports not displaying correctly unless compatibility mode is enabled in IE 10. We also have a development server with the same setup but there the reports load fine because all pages rendered by the report server have the following meta tag: <META HTTP-EQUIV="X-UA-Compatible" CONTENT="IE=5"> Our production server does not have this and I am trying to add the same meta tag there but can't figure out how and the person who originally setup our dev server is no longer here. I tried looking at MSRS11

The report definition has an invalid target namespace rsInvalidReportDefinition

旧巷老猫 提交于 2019-11-27 10:09:58
问题 I have created a ReportProject with Visual Studio data tools 2015. When I create a report.rdl file using the report wizard, the rdl file has schema for 2016. My reporting server is of version 12.0.4213.0. How can I create a report.rdl which is compatible with my reporting server. I tried changing the TargetServerVersion by right clicking the project -> properties and changing the targetserverversion to "Sql server 2008 R2, 2012 or 2014". But this doesn't work either. 回答1: Edit: The specific

SSRS report definition is newer than Server

三世轮回 提交于 2019-11-27 07:50:44
I created some reports in Visual Studio 2015 with all the latest updates. However, when I try to deploy the reports I get this message: The definition of this report is not valid or supported by this version of Reporting Services. 11:40:28 Error The report definition may have been created with a later version of Reporting Services, or contain content that is not 11:40:28 Error well-formed or not valid based on Reporting Services schemas. Details: The report definition has an invalid target 11:40:28 Error namespace ' http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition '

HTTP Meta Tags in SQL Server SSRS 2012 Web Pages

回眸只為那壹抹淺笑 提交于 2019-11-26 23:38:04
问题 We have SQL Server 2012 with SSRS installed on Windows Server 2008. There are some issues with reports not displaying correctly unless compatibility mode is enabled in IE 10. We also have a development server with the same setup but there the reports load fine because all pages rendered by the report server have the following meta tag: <META HTTP-EQUIV="X-UA-Compatible" CONTENT="IE=5"> Our production server does not have this and I am trying to add the same meta tag there but can't figure out

SSRS 2008 R2 - SSRS 2012 - ReportViewer: Reports in Safari/Chrome but works fine in Firefox/Internet Explorer 8… why?

我怕爱的太早我们不能终老 提交于 2019-11-26 17:02:44
I have some simple reports in SSRS 2008 R2 , but they won't display at all in Safari or Chrome. According to Microsoft's Books Online, these browsers are supported in limited fashion. However, I can't see anything after the data "Loading" clock completes. The parameter bar and bread crumb navigation section at the top of the page are all there. Also, I can Save/Export to any format on Safari and Chrome. It just won't display the report section itself, which is just blank. Am I supposed to use certificates and secured connections (currently not setup with HTTPS, only HTTP)? Are there any server

SSRS report definition is newer than Server

烂漫一生 提交于 2019-11-26 09:09:11
问题 I created some reports in Visual Studio 2015 with all the latest updates. However, when I try to deploy the reports I get this message: The definition of this report is not valid or supported by this version of Reporting Services. 11:40:28 Error The report definition may have been created with a later version of Reporting Services, or contain content that is not 11:40:28 Error well-formed or not valid based on Reporting Services schemas. Details: The report definition has an invalid target 11

SSRS 2008 R2 - SSRS 2012 - ReportViewer: Reports are blank in Safari and Chrome

天大地大妈咪最大 提交于 2019-11-26 04:34:40
问题 I migrated our reporting services from version 2008 to another server version 2008 R2. In version 2008 the reports work fine on Safari. The new version 2008 R2 the reports do not show up at all. All I see is the parameter section and then the report is blank. Same in Chrome. According to Microsoft Safari IS supported if in a limited fashion. The reports are not complex. In fact I created a report that only had a line on it to see if it would show up in Safari but no, that report is completely

How to get rid of blank pages in PDF exported from SSRS

爷,独闯天下 提交于 2019-11-26 02:40:28
问题 I have a two-page SSRS report. When I exported it to PDF it was taking 4 pages due to its width, where the 2nd and 4th pages were displaying one of my fields from the table. I tried to set the layout size in report properties as width=18in and height =8.5in. It gave me the whole table in a single page of PDF, but I am still getting the 2nd and 4th pages blank. Is the way I am doing it incorrect? How else can I get rid of those blank pages? 回答1: In BIDS or SSDT-BI, do the following: Click on