reporting-services

SSRS 2008 R2 Globals!RenderFormat.Name=EXCELOPENXML

梦想与她 提交于 2019-12-10 14:22:31
问题 In an existing 2008R2 report, I have a concern about reports being exported to Excel. I have this concern since the result is related to the visibility of tablixes, columns, and rows based upon the export option chosen by the user. When I am exporting the SSRS 2008R2 from my visual studio 2008R2 IDE in an Excel format, the value for Globals!RenderFormat.Name = EXCEL . However when I export the SSRS 2008R2 report from the test report server in an Excel format, the value for Globals

snapshotID parameter type mismatch when calling Render method on ReportExecution2005.asmx SSRS service

自闭症网瘾萝莉.ら 提交于 2019-12-10 14:18:43
问题 I am trying to render reports as PDF using the ReportExecution2005.asmx service endpoint on a SSRS 2012 server with MSSQL 2012 backend. When I call the Render method on the web service, I get the following error: The parameter value provided for 'snapshotID' does not match the parameter type. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ParameterTypeMismatchException: The parameter value provided for 'snapshotID' does not match the parameter type. ---> System.FormatException: String

Send a report directly to printer with Reporting Services

╄→尐↘猪︶ㄣ 提交于 2019-12-10 14:00:04
问题 I want to print a report from a button click. I just don't need (in fact, I don't want) to view the report before printing. Just pass some parameters and send it to printer (doesn't matter if it's with or without a print dialog). 回答1: Here is a guide from MSDN for doing it with client-side reports: http://msdn.microsoft.com/en-us/library/ms252091%28v=vs.80%29.aspx and server reports: http://social.msdn.microsoft.com/Forums/en/sqlreportingservices/thread/25973909-592e-42fc-a454-dadda2604882 来源

SSRS: field shows correct in query but wrong in report preview

风流意气都作罢 提交于 2019-12-10 13:39:31
问题 I have the following query: SELECT TOP ( 10 ) EMPLOYEE , NAME , SUM(QTYFINISHED) AS QTY , SUM(HOURS) AS REALTIME , SUM(PROCESSTIME * QTYFINISHED / PROCESSQTY / 60) AS CALCTIME , SUM(PROCESSTIME * QTYFINISHED / PROCESSQTY / 60) / SUM(HOURS) AS EFFI FROM EMPLOYEE GROUP BY EMPLOYEE , NAME ORDER BY Eficience DESC When I execute it in the 'Query Design' I have the right values: Employee Name QTY REALTIME CALCTIME EFFI 2 Peter 10 10 5 0,5 3 John 10 10 10 1 4 Thomas 10 12 9 0,75 ... But when I add

ReportViewer 11 (2012) Visual Studio 2010

百般思念 提交于 2019-12-10 12:57:55
问题 I am using Visual Studio 2010 and I installed "Microsoft Report Viewer 2012 Runtime" hoping to test the new reporting system in SQL 2012. After which I cleared for ref to "Microsoft.ReportViewer.WebForms" from my Web.config and removed the ReportViewer control from my toolbox and added the new version 11 ReportViewer. I added the new control to a testing page and for one it adds this register to the test page: <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture

Advantage to using SQL Server Reporting Services? [closed]

我与影子孤独终老i 提交于 2019-12-10 12:49:41
问题 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 8 years ago . What advantage is there to using SQL Server Reporting Services instead of just using normal reporting through the application ? I can

SSRS Calculating counts across row and column groups

限于喜欢 提交于 2019-12-10 12:49:10
问题 I'm building a report of case results with a parent-child grouping on the row group and single column grouping: Parent Row Group: Location Child Row Group: Result Column Group: Month Running across the report are months in the year, and running down the report are the location and the different result breakdowns for the location in the given month. Looks something like this: Jan Feb Total % # % # % # Main Office Pass ? 5 ? 6 55% 11 Fail ? 5 ? 4 45% 9 Total 10 10 20 Other Office Pass ? 3 ? 2

RDLC making call to obsolete SecurityAction Enumeration

不想你离开。 提交于 2019-12-10 12:40:08
问题 I'm using Microsoft.Reporting.Webforms version 10 in order to parse an RDLC file and produce a PDF. The RDLC is a simple invoice with a couple of embedded expressions. When I run the application I get an exception that a call to the obsoleted SecurityAction.RequestMinimum has been made when compiling the expressions. Is this a known bug or something I can remedy? An unexpected error occurred while compiling expressions. Native compiler return value: ‘[BC40000] 'RequestMinimum' is obsolete:

How to open Telerik Report File .trdx file in WPF using C#?

流过昼夜 提交于 2019-12-10 12:35:00
问题 I am using Stand alone Report Designer tool of Telerik. This creates a .trdx file. Now, on button click i want to show this report using ReportViewer. is it possible in WPF application? View Report Designer Help Appreciated! 回答1: Report Designer != ReportViewer. You should use one of Telerik's ReportSources to set your .trdx file as source and assign that ReportSource to the WPF ReportViewer. Check the following links: http://www.telerik.com/help/reporting/report-sources.html http://www

format lookupset expression

安稳与你 提交于 2019-12-10 12:15:25
问题 In Report Builder, I have an expression using the lookupset function that pulls back either nothing, a date and description, or several dates and several descriptions. The data it is pulling is correct. I have searched this forum and MSDN. Using what I've found in both places, I have tweaked my expression to the following. My expression: =Join(Lookupset(Fields!ProjectName.Value, Fields!ProjectNames.Value, Fields!TaskBaseline0FinishDate.Value & " - " & Fields!TaskName.Value,