reporting-services

SSRS Report - Dynamic Connection String and Parameters

荒凉一梦 提交于 2019-12-09 12:09:20
问题 I am building a SSRS report portal to run various reports. One of the requirement is to pass the database connection string (server name, database, username and password) dynamically to the report. Please let me know how to achieve this. I am new to SSRS report. Thanks Sri 回答1: You should make sure that your datasource is embedded in the report. And you can set your Connection string dynamically using an expression. There is some more information on dynamically setting connection strings Here

Report Builder 3.0 - Dataset Credentials Do Not Work

你说的曾经没有我的故事 提交于 2019-12-09 09:18:38
问题 I am using SSRS 2008 R2 and Report Builder 3.0. I set up a shared data source via the browser (http://myserver/reports/) wherein the "credentials are stored securely in the report server" to use with multiple reports. Testing the connection via the browser works. Now, I fire up Report Builder 3.0. I start a new report and "Add Data Source". I select the "Use a shared connection", browse to the server, and select the above data source. Click "Test Connection" and all is well. I then try to

SSRS the definition of the report is invalid

我们两清 提交于 2019-12-09 07:23:41
问题 How can I resolve the below error message that I receive when I try to deploy my report to our our Reporting Server using BIDS ? Message: Error : The definition of the report '/OrderAnalysis' is invalid. Report Element: <Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns:cl="http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition"> 回答1: I just received

format number in ssrs report

时光怂恿深爱的人放手 提交于 2019-12-09 05:32:47
问题 argh! Can't stand it that i can't figure it out myself.... i've used this in the formatting of a number in my report: '€' #,0.00;('€' #,0.00) and that formats to € 1,212.89 which is not exactly what i want, because i want € 1.212,89 regardless of the regional setting of the server. So i tried this '€' #.0,00;('€' #.0,00) but that gives me this: 1.212.890 Typing this i realize that i don't know what the # and the . and the , mean in the format string..... 回答1: You can find the definition of

Passing multiple value parameters in SSRS to stored procedure

折月煮酒 提交于 2019-12-09 05:25:00
问题 I am trying to pass a multiple value string parameter to a table type parameter in a SQL Server 2012 stored procedure. I paste this code in the dataset of SSRS: DECLARE @mylist clinic_list_tbltype INSERT @mylist(n) VALUES (@pm_ChooseClinics) EXEC sp_Skillset_Summary_With_Callbacks_Report @mylist, @pm_ChooseInterval, @pm_StartDateTime, @pm_EndDateTime clinic_list_tbltype is a table type I created with one varchar(50) field named "n". I can call this stored procedure from SSMS o.k. like this

How to supress empty subreports in SSRS 2008

穿精又带淫゛_ 提交于 2019-12-09 04:52:00
问题 I'm creating a 'master' report in SSRS 2008 that collaborates other reports about a person. Sometimes not all of the other reports are relevant and as such return nothing. I'd like to be able to exclude this from the master report so it does not leave a blank page. I'm aware of the 'no-rows-message' feature, but a whole page with simply "Not applicable for this person" is hardly the best solution! Essentially I'm looking for a way to determine if a subreport is 'empty' and use that in a

SSRS Format to display as percent

十年热恋 提交于 2019-12-09 03:11:16
问题 I've gone through quite a few examples on here and I apologize if I'm asking a repeat question, as far as I can tell, I am not. I have an SSRS report made that shows gross sales for certain aspects of our sales departments. They are broken down, in row, by "cost, gross profit, gross profit %, order count, total sales." The columns are the aspects of our sales. Web sales, phone sales, etc.... In the tablix I can format a text box to display the results as numbers, but as you can see, I have

Opensource reporting services? [closed]

和自甴很熟 提交于 2019-12-09 01:21:34
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . Are there any free and opensource reporting services which we can deploy in a web server, and which wouldn't require any licensing. Actually I'd be interested in the whole framework/toolkit, report designing, viewing, and hosting. It should be able to pull data from mssql database servers. 回答1: Check the

How do I format time in SSRS to HH:MM AM/PM format?

别说谁变了你拦得住时间么 提交于 2019-12-08 22:15:02
问题 I was tasked with augmenting the following code to display the time without seconds, and with AM/PM: =IIF(Fields!New_Date.Value <> "NO CHANGE", FormatDateTime(IIF(Fields!New_Date.Value = "NO CHANGE","1/1/12",Fields!New_Date.Value),DateFormat.ShortDate), "") & IIF(Fields!New_Time.Value <> "NO CHANGE",FormatDateTime(IIF(Fields!New_Time.Value = "NO CHANGE","00:00",Fields!New_Time.Value),DateFormat.ShortTime), "") In realizing that FormatDateTime was insufficient for what I was trying to do, I

In Reporting Services, increase the quality of the background image above 96 dpi

与世无争的帅哥 提交于 2019-12-08 20:01:51
问题 I'd like to use a background image, and when I put it in Reporting Services 2008 R2, the image dpi is reduced to 96 dpi. (instead of 300) That's too low to be readable by the user, I fear. When I go on the Internet, I find this result : http://social.technet.microsoft.com/Forums/en-US/sqlreportingservices/thread/48de91f9-1844-40c1-9614-5ead0b4b69a5#P1Q14 Question 14 : How to improve PDF quality of the report exported in Reporting Services 2005? Answer : The PDF renderer in Reporting Services