reporting-services

SSRS Report Colours change when exporting to excel

末鹿安然 提交于 2019-12-08 19:21:02
问题 When we export an SSRS 2008 report to excel and then copy a range from that file to another excel file, the colours used in the report are changed to something that is totally different, very annoying when we use 'Conditonal Formatting' to colour some of these cells a specific colour. Any ideas why? 回答1: It is because MS started using Excel's custom color palette with SQL Server 2008 instead of the built-in colors. Problem is exactly as you are describing that when copy & pasting colors from

SSRS2008 ASP.NET ServerReport fails on IE11 with OEM UserAgent

那年仲夏 提交于 2019-12-08 19:09:28
I am rendering a SSRS ServerReport to PDF and in the ReportViewer WebForm Control in a ASP.NET 3.5 Application with a SQL Server Report Service 2008. Some people using Internet Explorer 11 reported that they cannot open generated PDF files or see anything in the viewer. The rendering fails with this error: library!ReportServer_0-403!7c8!01/02/2014-11:07:37:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: , Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: Interner Fehler beim Berichtsserver. Weitere Informationen finden

Programmatically add subscription to SSRS reports

混江龙づ霸主 提交于 2019-12-08 18:44:27
On my SSRS server I have folder structure like folder1 subfolder1 report1 report2 folder2 some_other_report2 report3 folder3 report4 I want to that these reports should be copied to client machine according to the same directory structure at a given schedule. I know this can be done by individually adding subscription to each report. But I was looking for a way so that I can programmatically ( using scripting or some tool) add subscription to all the report at one go. Also, if possible, it can be used for other clients as well in the future. PS: I have searched on SO but the question appears

Localizing SQL Server Reporting Services reports?

怎甘沉沦 提交于 2019-12-08 18:39:28
How would one go about localizing SSRS reports? Let´s say I have a report that contains a label with the text "Total Sales" (in Norwegian language, which is where I come from) and I want to use the same report for our danish and swedish customers, so the actual text needs to change slightly. Do I need to make copies of all the reports and localize them manually, or is there any way to do this in a more automated way? Could I for instance use expressions for those texts instead, and add our own localizing system to the reports, ie. use the following expression: =Translate("Total Sales") which

Is it possible to create SSRS reports inside a react application?

核能气质少年 提交于 2019-12-08 17:36:25
As the title reads, I'm trying to figure out how I would implement SSRS reporting inside a ReactJS application. Does anyone know how to achieve this? I've looked into embedding Power BI reports into my React application, however I would prefer to use SSRS as it is free (I'm using SQL Server). My current approach is to gather the reporting service data from the client (filters, report type, etc.), build the report from the server side, then send the report to the client as a pdf. I would much rather integrate SSRS into my application if possible however. Edit I'm aware of Power-BI, however I

SSRS 2008: User Does Not Have Required Permissions

て烟熏妆下的殇ゞ 提交于 2019-12-08 17:15:34
问题 I have already researched the following existing SO questions and the links that they reference: User '' does not have required permissions, SSRS 2008 on Windows 8 Reporting Services permissions on SQL Server R2 SSRS SQL Server Reporting Service - Service Manager Error - User Does not have required permission I've taken the steps already outlined by these suggested solutions, but even after all that and also logging out and back in, nothing has changed. In fact my user name was already listed

Is it possible to export to CSV and have the header contain spaces?

依然范特西╮ 提交于 2019-12-08 16:42:13
问题 I have a requirement for an SSRS 2005 report to be exported as a CSV, where the column headers contain spaces. Currently the CSV header column titles are derived from the textBox property names and uses underscores instead of spaces. Is there another, better approach? For example, currently I have: SSRS Report Header : Effective Date TextBox Name : Effective_Date CSV Header: Effective_Date I would like to have: SSRS Report Header : Effective Date TextBox Name : Effective_Date CSV Header:

SSRS vs. Power BI - when to use and why?

拥有回忆 提交于 2019-12-08 16:41:43
问题 Can anyone tell when to use Power BI vs. SSRS and visa versa? Is there a good presentation with the Use Cases that compares and contrast both the products - SSRS and Power BI? 回答1: I think these are some considerations for choosing the right reporting tool. Power BI Mobile support (adaptability and responsiveness). Multiple sources, you can connect Power BI to a large number of data sources, almost every release include supporting for an additional source :). It is required to transform your

Excluding the time in a “date/time” parameter for SSRS reports

可紊 提交于 2019-12-08 16:27:47
问题 In my SSRS report, I wanted to allow the users to specify a date (that would be used to filter the data on a report). When I did this, the parameter also includes the time. Is it possible to just allow the user to select a date, without showing the time? Can I also give it a default value of the current date? The steps that I had already applied to the report parameter: Set the parameter to "date / time" data type. Set the default value of this parameter to be =Now . When I did this, the

Error: The specified TargetServerURL is not valid. Specify a valid URL for report server in the deployment settings

孤街浪徒 提交于 2019-12-08 16:09:07
问题 I have created a Report Server Project in Visual Studio 2013. The actual report server was a pre-existing server whose reports were previously populated via the Report Builder tool. I have downloaded the .RDL files locally and added them to the project under the /Reports folder. When I try to deploy the reports I am receiving the 'TargetServerURL' is not valid error. I have researched the answers here and here. I can successfully navigate to http:///Reports_PRODUCTION which displays the