report-designer

Visual Studio Report Designer: How do I print something on every second page of a report?

我的未来我决定 提交于 2019-12-21 18:29:34
问题 I have a report in Visual Studio Report Designer that prints a contract. I want it to have certain terms and conditions on the back of every page. How can I print something on every second page (which I'll then duplex)? I've tried putting it in the page header\footer (it just gets cut off), and I've tried controlling the visibility of it in the body of the report using page numbers (but you can't use the global page numbers variable in the body of the report). How can I wrangle the report to

Pentaho 5.3 - How to read a property in PRPT files

半城伤御伤魂 提交于 2019-12-12 06:37:32
问题 I need to set a value in a properties file and then read this value in a PRPT in Pentaho 5.3.If I understand it, the file where to add my property is design-tools/report-designer/resources/classic-engine.properties (Report Designer) and server/biserver-ee/tomcat/webapps/pentaho/WEB-INF/classes/classic-engine.properties (BI server, once published).That's right? If so, could you tell me how I can read this value (example, pentaho.images.path=c:/myProject/images/) in my PRPT file? If not, could

SSRS Report Iterating Over Multiple Parameters

对着背影说爱祢 提交于 2019-12-11 12:57:37
问题 I have a report that has multiple cascading parameters, which works quite well out of Report Manager. I would like to create a version that will take a single parameter, and iterate over every parameter down the line. As an example, suppose parameters such as state, county and city. If we pass in a state (ie Florida) the report would have multiple pages for each county, each page consisting of one city in that county. The object is to email monthly reports to stakeholders in each state, with

Localization in Telerik Reports(TRDX reports)

♀尐吖头ヾ 提交于 2019-12-11 10:35:09
问题 We are working on a reporting requirement where fixed format reports created in Telerik standalone report designer(.TRDX report files) will be hosted in an asp.net web application. Whenever end users wish to change the layout of TRDX reports they can edit(add or remove a column) the reports using standalone report designer and copy the report back to solution path, now the new layout of report would be displayed when the dot net application page is refreshed in a browser. We are able to

Visual Studio Report Designer: How do I print something on every second page of a report?

岁酱吖の 提交于 2019-12-04 10:06:07
I have a report in Visual Studio Report Designer that prints a contract. I want it to have certain terms and conditions on the back of every page. How can I print something on every second page (which I'll then duplex)? I've tried putting it in the page header\footer (it just gets cut off), and I've tried controlling the visibility of it in the body of the report using page numbers (but you can't use the global page numbers variable in the body of the report). How can I wrangle the report to do what I want? Alas, as you already mention: you can't access the page number in the body of a report.

Visual Studio 2010: The report definition is not valid. Details: The report definition has an invalid target

我与影子孤独终老i 提交于 2019-12-01 17:06:40
问题 Re: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded. Report expert needed, beam on over... Here are the step I went through today to accomplish this bit of foolishness. 1) Visual Studio 2010, with SQL Server 2012 2) App is a winforms vb.net, has been working great, was originally developed in VS 2008 Reports ran fine this AM before I got to