reporting-services

Change login for report deployment

别等时光非礼了梦想. 提交于 2020-01-14 05:08:25
问题 I'm trying to deploy a report to one of my servers but I get an error stating The permissions granted to user 'User A' are insufficient for performing this operation . However, I am logged into the machine as User B who does have access to deploy the report. How can I force BIDS to prompt me again for login so that I can login as User B instead of User A? 回答1: I was able to solve this issue by going to "Control Panel -> Credential Manager" and then deleting the Windows Credentials associated

Change login for report deployment

ぐ巨炮叔叔 提交于 2020-01-14 05:08:09
问题 I'm trying to deploy a report to one of my servers but I get an error stating The permissions granted to user 'User A' are insufficient for performing this operation . However, I am logged into the machine as User B who does have access to deploy the report. How can I force BIDS to prompt me again for login so that I can login as User B instead of User A? 回答1: I was able to solve this issue by going to "Control Panel -> Credential Manager" and then deleting the Windows Credentials associated

SSRS : Programmatically generating a report

情到浓时终转凉″ 提交于 2020-01-14 05:01:11
问题 In a .net application, how can I generate a report and save it as some type of a file (preferably a pdf)? Is it possible? Also, is it possible to send a couple of parameters that the report needs? I am able to add a web reference to ReportingServices2010.asmx and query the report for properties. (It returns just the name of report as a property). But not sure how to proceed further? 回答1: Yes, it is fairly simple. Using the ReportExecutionService.Render method you can render the report however

SQL Server Reporting Services 2017 - Change export file name

时间秒杀一切 提交于 2020-01-14 03:24:05
问题 I'm planning a upgrade to SQL Server 2017 Reporting Services from 2012. In version 2012, which my company has been using for several years, we added a extension which abled us to modify the filename when the user exports reports to PDF, Excel,... So instead of having e.g. the filename StudentReport.PDF, we get StudentReport_Student_Name.PDF. To manage this we added a hidden field into the footer of each report, FileNameExtend=[[Student Name]] in white text so you don't see it unless you

How do I convert an INT into HH:mm:ss using SSRS 2005

放肆的年华 提交于 2020-01-13 13:09:54
问题 Ok I need to display total talk time of an agent that is coming into SRSS 2005 from SQL 2005 as an INT. For the life of me I cannot figure out what combination of expression editing or format editing I need to use. For the detail portion I can use: =DATEADD("s", SUM(Fields!Talk_Time.Value), CDate("00:00")) And it will return: 1/1/0001 12:00:14 AM Now I can use =LEFT(DATEADD("s", SUM(Fields!Talk_Time.Value), CDate("00:00")),8) Which will return: 12:00:14 But really what I need is: 00:00:14

Create Microsoft SQL Report (SSRS) based on XML data stored in database

邮差的信 提交于 2020-01-13 12:08:48
问题 I'm trying to create a Microsoft SQL Report in Visual Studio 2012. My data input for the report is an XML binary file stored in a database. To break it down, this is what I would like to do: Retrieve the XML binary file from the database Populate the report with the content of the XML Create a PDF version of the report Step 1 and 3 are not a problem. But step 2 is. I don't know how to use the XML data in a dataset so I use it in the report. Is there something fundamental I'm missing? I have

SSRS 2008 - Reporting Services Webpage is Blank except for headers

余生颓废 提交于 2020-01-13 11:24:19
问题 I'm getting blank page when I open the Report Manager: I've got a header - "...Reporting... HOME", and then just empty space. I'm on SQL 2008 and Windows Server 2008 R2 Standard. Any ideas how to fix? I've confirmed that I am logged in as a local administrator. I tried adding the URL to trusted sites but that didn't seem to help either. Update When I go to the ReportServer URL I get this error message: Reporting Services Error ------------------------------------------------------------------

SSRS:How to create report LIKe pivot table in ssrs 2008 r2 [closed]

那年仲夏 提交于 2020-01-13 09:26:06
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . I need to create reoprt in ssrs like the pivot table in MS Excel. Above the screen shot of my requirement,I am very much confused this time . Please provide some guidlines ,resources and links where i find the

How to do number formatting to 1 decimal point in SSRS?

一笑奈何 提交于 2020-01-13 08:47:43
问题 I have a SSRS report with full of number fields. I would like to have that to be displayed as in one decimal. i tried to use F1. it gives me only one decimal points in html rendering, but in excel exported version it shows 2 decimal points. How can i have just one decimal point both ecxel and html rendering. Please comment. Thanks in advance San 回答1: Use N1 as your Format Property setting. N denotes Numeric formatting, the 1 denotes the number of decimal places, so N2 would give you 102.02,

SQL Server Reporting Services - Set default value for multi-value report parameter

假装没事ソ 提交于 2020-01-13 08:33:11
问题 I have a report in SSRS and one of the parameters I use is Cities. The user can select from a list of cities to pull the report for that location, or multiple locations. My datset is simply a select * from tblCities. When I run the report, I do see that one of the options is "Select All." But, I'm wondering - is there a way I can get this "Select All" option as the default value, so that by default all cities are selected? And, along those lines, but a separate question - is it possible to