reporting-services

SQL Server Reporting Service URL asking for credentials but not responding after that

不想你离开。 提交于 2019-12-10 12:15:23
问题 SQL Server Reporting Service URL asking for credentials but not responding after that. It is asking for credentials for exactly 3 times even if I am entering correct password all the time and than after it does not ask and even not showing anything on the browser page. Both the below URLs are behaving same. My report services and server has been configured on port 80. http://ssphdev.xxx.com/Reports http://ssphdev.xxx.com/ReportServer I am using SQL Server 2008 R2. Any suggestions will be

Building and deploying works, but not running

血红的双手。 提交于 2019-12-10 12:03:20
问题 When I try to deploy or build a report, I am able to succesfully. There are no errors. However, when I try to run it locally, I am getting: I would be most grateful on advice on where I can start in order to troubleshoot this issue? I am running SSRS 2008 in Visual Studio 2008 on windows 7, 64 bit. 回答1: If you use linked server and windows authentication my first guess would be to check if your SQL Server service account is a domain user and if it is - check if it is set up properly in AD.

SSRS passing parameter to subreport

扶醉桌前 提交于 2019-12-10 11:41:35
问题 I have 2 tables which both have the column "countyID" I have a main report that brings up reports based on a query like: SELECT countyID, name, address, state FROM TableA ---I have a parameter set on TableA where you select the Name to view its report. I then have a second report based on a query like: SELECT * FROM TableB I want to use the second report as a subreport, as in, when you select the Name for the top report it should then list all records from TableB with the same CountyID. Is

SQL Server 2008 Express SSRS: export to CSV

岁酱吖の 提交于 2019-12-10 11:40:45
问题 Do Reporting Services in SQL Server 2008 support export to CSV? I only see Excel/Word/PDF in the dropdown list on in the SSRS localhost server when previewing report. I found in internet that SSRS 2008 seems to support CSV but I don't see it; is it Express limitation? I haven't found any notes about this limitation. 回答1: CSV export is not supported in the Express edition: http://msdn.microsoft.com/en-us/library/cc281020.aspx The following list describes the features that are documented in SQL

Dataset and values on MS Report

谁都会走 提交于 2019-12-10 11:37:32
问题 Added DataSet Add->New Item Create DataTable1 on DataSet1 Added two columns ValueA, ValueB both int16 Added two values by using this code on Form Load. Dim workRow As DataRow = DataSet1.DataTable1.NewRow() DataSet1.DataTable1.Rows.Add(New Object() {270, 300}) Added a ReportViewer on Form2 Created the Report and put the values from datasource on it. When i run the program it won't show me the values on report :S :S :S If someone can edit this links and put images instead 来源: https:/

How can I merge rows (of a particular column) having the same value in SQL Server Reports RDL?

笑着哭i 提交于 2019-12-10 11:34:07
问题 I'm new to working with SQL Server 2005 Reporting Servives using RDLs in BIDS. I need to modify an existing report so that I can merge cells in adjacent rows which would have the same value for that particular column. Ex: consider this is the table returned from the stored procedure used by the reports RDL. _________________________________________________ Id SubCategory Field1 Field2 Total _________________________________________________ 1 a Bob US 17 1 b John UK 17 2 a Mary AUS 12 3 d Ram

SQL Server 2008 Reporting Services permissions

孤者浪人 提交于 2019-12-10 11:19:00
问题 I'm having trouble with SQL Server 2008 (Express with Advanced Services) Reporting Services permissions. I'm running this on Vista Ultimate at home - standalone machine with no servers, no domain or active directory. When I go to the ReportServices site, I get this: The permissions granted to user ' localmachine \Scott' are insufficient for performing this operation. (rsAccessDenied) I don't remember having a problem at the office with SQL Standard on Windows 2008. 回答1: Try running IE as

Changing Row Colors in SSRS Report via data values

♀尐吖头ヾ 提交于 2019-12-10 11:17:06
问题 I know you can set the BackgroundColor to alternate between two colors with a fairly simple expression. I have a column that contains date values organized in order. Basically, I want the BackgroundColor to alternate each time the date value changes as you go down the rows. I got partway there with this code: =iif(Previous(Fields!Req_Del_Dt.Value) = (Fields!Req_Del_Dt.Value), "White", "Lavender") This will change the color each time the value of a row is not the same as the previous row. This

Why input[type=text] is not working in IE

筅森魡賤 提交于 2019-12-10 11:09:01
问题 I have some style like this: <style type="text/css"> input[type=text]{ width:300px; } </style> the above code works in chrome and firefox. Why not in IE? I am using this code in Reporting services at the end of Reports.aspx file. 回答1: It works fine in IE8, assuming the page is loading in IE7 or IE8 standards mode (not quirks) Edit You've said you're using IE8. In which case, use the developer tools (F12), locate your text box, and check what styles are being applied. Edit 2 Don't know which

SSRS 2008 R2 to SSRS 2016 Migration

可紊 提交于 2019-12-10 11:08:46
问题 I have to migrate 770 SSRS Reports (Includes both Native mode and Sharepoint Mode Reports) from 2008 R2 version to SSRS 2016 version. Which is the best tool for this SSRS migration ? I have seen few tools like Microsoft Reporting Services Migration, RS script etc. Which one will be best in this case? Please help. 回答1: I too am in the midst of similar SSRS migration ( 2008SSRS:2016SSRS ). You will likely need to migrate content such as: reports, shared data sources, shared data sets, report