reporting-services

Printing an SSRS report in Landscape mode from Windows Forms application

核能气质少年 提交于 2019-12-11 03:35:18
问题 I have a Windows Forms application that has a textbox , a button , and 3 ReportViewer . The 3 ReportViewer boxes are hidden. When you enter a ShopOrder into the textbox and click on the button, it will automatically pass the Shop order value as a parameter to all 3 reports, render the report, and once the rendering is complete, render the report as EMF file, print the report. I am using this link as a guide to print SSRS reports automatically from a Windows Forms application. I have a few

FOR XML could not serialize the data for node because it contains a character (0x000E)

佐手、 提交于 2019-12-11 03:08:56
问题 I am trying to use FOR XML in SSRS, but when the report runs it sometimes gives me this error: FOR XML could not serialize the data for node 'NoName' because it contains a character (0x000E) which is not allowed in XML. To retrieve this data using FOR XML, convert it to binary, varbinary or image data type and use the BINARY BASE64 directive. I'm using FOR XML to concatenate a comments column into one cell within SSRS. Since multiple comments can exist for one user, this would solve the issue

SSRS mdx report: use dimension on columns

核能气质少年 提交于 2019-12-11 03:07:18
问题 This simple mdx query do work in SSMS: SELECT CrossJoin({[Measures].[Qnt]}, {[Sales_step].CHILDREN}) ON COLUMNS, [City] ON ROWS FROM [SALES_PIPE] But it fails to run within Visual Studio for rdl report. An error accures: The query cannot be prepared: The query must have at least one axis. The first axis of the query should not have multiple hierarchies, nor should it reference any dimension other than the Measures dimension.. Parameter name: mdx (MDXQueryGenerator) I've found another syntax

Create a ScheduleDefinition object in Powershell

北慕城南 提交于 2019-12-11 02:59:51
问题 I already have a powershell script that imports reports into SSRS with powershell using the ReportService2010.asmx?wsdl API. I have issues with creating the cache options however, in particular to create a simple schedule. The code example on the MSDN does not have a powershell example. http://technet.microsoft.com/en-us/library/reportservice2010.reportingservice2010.createcacherefreshplan.aspx I was hoping someone could help me how to write this example in powershell? In particular how to

Converting SSRS from Native Mode to SharePoint Integrated Mode

偶尔善良 提交于 2019-12-11 02:43:02
问题 I am trying to follow this article to convert an SSRS instance from Native Mode to SharePoint Integrated Mode. I am stuck at section “Configure SSRS in SharePoint integrated mode”, step 9. As you can see by my screenshot, the option to change the Report Server Mode is disabled. My SSRS instance is SQL Server 2012 SP1 Enterprise Edition. Any help is appreciated. Thanks! 回答1: Looks like a separate instance of SSRS for SharePoint is required for SQL Server 2012. 来源: https://stackoverflow.com

Visual Studio 2008 Report Server Project Design View not working

寵の児 提交于 2019-12-11 02:35:56
问题 When I create a new Reporting Services report or try to open an existing report (that has been working) in Visual Studio 2008. I cannot view the design. I get no error message and it only shows html code in the "Design View". I've tried reinstalling VS2008 and BIDS, but hasn't worked. This was all working when I last used it 2 weeks ago. -nate 回答1: I had the same problem, and Kyle's was the exact answer. In my case, the Error List window (In Visual Studio 2008 IDE: View > Error List)

SSRS - Reference a Textbox Value from a RowGroup

廉价感情. 提交于 2019-12-11 02:32:44
问题 I have a tablix that is using RowGroups to group instances of data. A textbox in the tablix refers to a field as it relates to everything else in that group of data. I would like to create a textbox outside the group, below the tablix, and have it reference the value of that textbox inside the group. I have attempted referencing the group textbox using =ReportItems!GroupTextbox1.Value but this returns empty. Is this in anyway possible in SSRS? Thanks in advance for any assistance anyone can

SSRS Aggregating Aggregates

时光总嘲笑我的痴心妄想 提交于 2019-12-11 02:27:33
问题 I have been banging my head against a wall for the better part of two days now... My scenario is this: I have a recordset I have divvied up into 4 groups in an SSRS table. They are: StartPeriod --> Area --> Job# --> Details The column in question is one that contains two different record counts. One is the # of records with an error, and the other is the total number of records for this group (so that I can run a percentage). For example: At the details level I might have an item with 4

SSRS - Grand Total of Group Expression Totals

╄→гoц情女王★ 提交于 2019-12-11 02:26:00
问题 My group total is an expression which subtracts the last [Hours1] value from the first [Hours1] value of the group [EquipmentName1] of the dataset "dataset1. I need a Grand Total the group expression totals for each piece of equipment I am unable to use the same formula of subtracting last [Hours1] value from the first [Hours1] value of the dataset "dataset1" because. If I had 2 pieces of equipment, say Equipment1 and Equipment2: Equipment1 last [Hours1] = 10000 and first [Hours1] = 9500

SQL Server Reporting Services 2005 Licensing [closed]

为君一笑 提交于 2019-12-11 02:25:22
问题 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 . Does the use of subscriptions in Reporting Services 2005 require special licensing? 回答1: Subscriptions (via email) is included in SSRS for free, however each client viewing the report has to have a SQL cal unless you have the CPU version. If you're only going to serve up reports via HTML (webpage) where tracking