reporting-services

How to automate report delivery in SSRS

假如想象 提交于 2020-01-01 04:09:04
问题 I have a report in SQL Server Reporting Services (SSRS) that I'd like to schedule to run automatically as an email. I'd like the report to be attached as Excel file. According to the Microsoft overview this should be possible. Report delivery . SQL Server Reporting Services supports both on-demand (pull) and event-based (push) delivery of reports. Users can view reports in a Web-based format or in e-mail. However I can't find any information on how to actually do this. Does anyone know what

Need good RDLC (Reports) examples/samples [closed]

老子叫甜甜 提交于 2020-01-01 03:26:05
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I am in evaluation phase of report tool. I prefer RDLC for the same. But I need some examples/samples available in the wild which can

Sql Server Services - Overview anyone?

狂风中的少年 提交于 2019-12-31 08:44:19
问题 In Short I am thoroughly confused by the array of SQL Server services available, and am having a hard time finding a brief primer. The Scoop I am a long time ASP.Net developer who has happily been churning out ASP.Net applications for years. These have usually been based on SQL server and a range of custom tables and views. Just recently I have had the need to do some reporting that goes a little beyond the straight forward, and so I have started to look into SQL Server Reporting Services

SSRS page numbers in page footer

允我心安 提交于 2019-12-31 07:31:12
问题 I wish to not include the page number (in the page footer) for the first 10 pages of the report (i.e. page 1-10). Page 1 should read i, page 2 should read ii and page 3 should read iii and so on (in roman numerals).... When it gets to page 11, this should reset the page numbers Does anyone know of the expression I can use to achieve this. So if GlobalPage number = 1,2,3,4,5,6,7,8,9,10 do not display, or compensate the globals page number for something else.....Is this possible. 回答1: You'll

SSRS Expression will not affect chart title visibility

点点圈 提交于 2019-12-31 04:47:45
问题 I'm trying to use an expression in the visibility tab of the Chart title properties window to hide the chart title based on a Boolean parameter. parameter will hide other parts of the chart, but will not hide the chart title. I've tried using both switches, and IIF statements to verify that my code was working in other parts of the chart. I can hide the body, legend, and even the entire chart. Nothing I do will affect the chart title, however. =IIF(Parameters!Visible.Value = FALSE, FALSE,

SSRS Report Render report in PDF Via URL

余生颓废 提交于 2019-12-31 04:35:38
问题 I have an SSRS2016 Report that I'm able to connect to in the browser: http://vmbksa69901mcz/reports_ssrs1d/report/DAS/CDO_Suite/AccruedInterestRpt But I want to be able to export to pdf by the url. This article states that this is possible: https://docs.microsoft.com/en-us/sql/reporting-services/export-a-report-using-url-access So, when I try to put in this url: http://vmbksa69901mcz/reports_ssrs1d?/DAS/CDO_Suite/AccruedInterestRpt&rs:Format=PDF It does not work.. It just brings me to the

Can I force a Chart at the top of a report to always be visible

十年热恋 提交于 2019-12-31 02:36:07
问题 I have the following report: In Excel I'd use something called Freeze Pane below the chart ....this would mean as the user scrolls down, the table will scroll, but the chart would always remain visible. Is it possible to implement this behavior in RS ? EDIT Note: the chart and the tablix use different Datasets 回答1: Yes, you can get this going with a bit of tweaking. With Tablix objects, you have the option to fix header rows, i.e. they will stay at the top of the page when scrolling. You can

Reporting services 2008 on Sql Server 2005

筅森魡賤 提交于 2019-12-31 02:00:49
问题 Can I use Reporting Services 2008 with SQL Server 2005 database? Do I need both licenses (for SQL server 2008 and SQL server 2005) Do I need two instances (SQL Server 2008 and Sql server 2005) or can Reporting Services 2008 be "installed" as add on to Sql server 2005? Thanks for answers, Matra 回答1: Yes, you can install the database on a SQL Server 2005 instance. However, you very much need another license for SSRS 2008. It's an entirely different product. It is, by far, not just a SQL Server

Crystal report (or SSRS) flowing text around image

爷,独闯天下 提交于 2019-12-30 18:28:14
问题 I want to have this layout in Crystal Reports: How can I do this? If it cant be done in CR or SSRS, is there any other alternatives? 回答1: I don't believe this can be done with Crystal Reports. I'm not as familiar with SSRS, but after looking through the field options I don't believe it can be done with it either. In general field locations are set static in reporting solutions. I think this would be best done with html/css or even XSL. I don't know the scope of the issue, but I'd assume that

Manage timeouts in the Reporting Services 2005

。_饼干妹妹 提交于 2019-12-30 11:25:33
问题 There're some problem. I have a report which is executed long time. When the one hour passes "The page cannot be displayed" error is appear. I think it's smth. with timeout settings. This settings had been increased: C:\Program Files\Microsoft SQL Server\MSSQL.2\ReportingServices\ReportManager\Web.config C:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportServer\Web.config <httpRuntime executionTimeout=" 18000 "/> C:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting