reporting-services

User impersonation between asp.net and ssrs

血红的双手。 提交于 2019-12-19 10:58:27
问题 I have a web application that has application pool configured using domain account. In SSRS, domain account is given the browser access to the folder and SSRS report is configured with proper credentials. My question is if SSRS report is launched from the web application, will SSRS report be opened under domain account or my account. Currently, it is giving error message as \ doesn't have sufficient permissions to access the report location. 回答1: You just need to set a fixed user in the web

Concatenate distinct row values for field in reporting services

…衆ロ難τιáo~ 提交于 2019-12-19 10:52:31
问题 I have a report in reporting services and I want to concatenate all the distinct values of a column separating by commas and place the value in a textbox. I know I could do it in the SQL using one of the answers here. But I'd rather not change the sql and just do it in the report if possible. Example: I've got a dataset with several fields, one of which is category. Say the values are "Phone", "Service", "Phone", "Accessory", "Case", "Case". I want the textbox in my report to end up with the

is there a way to query future SSRS subscription schedules?

我的梦境 提交于 2019-12-19 10:13:09
问题 In my office, many of us use SSRS to schedule recurring reports. I want to view the schedule of upcoming report runs, for the next few days or a week, so that we can see whether 20 reports are all going to try to run at the same time. How can I accomplish that? I've created t-sql reports that show subscription information, but they only show "last run" dates and times. That's not helpful for predicting tomorrow's bottlenecks. The solution should include data-driven subscriptions too. 回答1:

ssrs column visibility inside row groups

陌路散爱 提交于 2019-12-19 09:22:51
问题 i have a report that has multiple groups mostly in rows and one column group but i need to show certain columns based on parameters selected. As show in the image when i right click on speciality column the column visibility is not available. Can somebody help me on this. thanks (source: ravidowluri.com) 回答1: I solved it myself without using visibility option in columns instead hide and show the header text based on parameter value and border style in properties window 回答2: Visibility can be

SSRS Group by in the List Report

六月ゝ 毕业季﹏ 提交于 2019-12-19 09:19:45
问题 I am working on a SSRS Report where i have to group by the Customer Name. Dataset will be something like this. Select Column1, Column2,Column2 from Customer Group by CustomerName Expected Report Layout Customer Name : Jim Mouse DOB : 12/01/1970 Column1 Column2 Column3 100 DateTwo Some Entry 200 Assignment Entered works 300 Freelance Tesing Customer Name : Sendil P DOB : 12/01/1990 Column1 Column2 Column3 100 work hard SSRS 200 Test Zone Earth world Issue, i am facing. By placing List, on

Temp Table usuage in a Multi User Environment

耗尽温柔 提交于 2019-12-19 08:10:08
问题 here's the situation: I have an SSRS report that uses an SP as a Dataset. The SP creates a Temp Table, inserts a bunch of data into it, and select's it back out for SSRS to report. Pretty straight forward. Question: If multiple users run the report with different parameters selected, will the temp table created by the SP collide in the tempdb and potentially not return the data set expected? 回答1: Most likely not. If the temp table is defined as #temp or @temp , then you're safe, as those kind

SQL Server 2016 CTRP3.2 Report Viewer is missing a JavaScript method

ⅰ亾dé卋堺 提交于 2019-12-19 04:12:39
问题 Using SQL Server 2016 CTP3.2 Report Viewer (13.0.800.111), only the toolbar is shown. It looks like a Power BI method is missing. Also, will there be a NuGet for Report Viewer? 回答1: Just ran across this thread. The question: "will there be a NuGet for Report Viewer?" -- Yes, look out for a NuGet version of 2016 based report viewer controls this month (September). Note that the controls will not expose the PowerBI method described here. 回答2: To overcome broken report viewer you have to purge

Render SSRS Report with parameters using SOAP in Powershell

二次信任 提交于 2019-12-19 04:05:19
问题 I've been toying with this for days with no luck. Essentially I'm trying to build a simple library to render SSRS reports using Powershell. I'm using Powershell in an attempt to ease development later on (Instead of coding a C# app for each project). Mostly this will be used to schedule various things with reports. I've got report rendering mostly working in Powershell. The one thing I can't figure out is how to supply parameters to the report before calling the render method. I've found

How can I set up email notification when an error is encountered in reporting services

核能气质少年 提交于 2019-12-19 04:05:02
问题 I have some reports that are configured for email delivery in reporting services. Last night we experienced some network outtages and reporting services was unable to connect to the database engine. Is there any way to configure email notifications to be sent out when a subscription cannot be delivered? I am using reporting services 2008 R2 回答1: (You want an email when email can't be delivered?) Directly within SSRS this can't be done. But you could have a SQL agent monitor the status of the

SQL Server Reporting Services very slow after migration

允我心安 提交于 2019-12-19 03:56:34
问题 Updated: Sorry! I may have missled you because of the old description. The problem did not exist right after migration, it started to appear 1 week after the migration We recently migrated our database and report server to a new database server and a new report server. Configurations Before: Database Server: 2008 Enterprise, DB01/NamedInstance Report Server: same server as database server, native mode, database credentials is NT AUTHORITY\NETWORK SERVICE Configurations Now: Database Server: