reporting

MS Access Print Report using VBA

心已入冬 提交于 2019-12-19 11:41:05
问题 I have a very VBA intensive report. When I preview it everything is great but when I print it after previewing things go wacky. I have spent many hours narrowing down the possibilities and I have conclude with a certain level of confidence that it is a bug in MS Access. Up to this point my method for printing reports was to open the report using docmd.openreport "report" . I then use the docmd.printout command so that I can set the page range, collation etc. Is there a way to print a report

MongoDB and BIRT Reporting?

☆樱花仙子☆ 提交于 2019-12-19 09:26:06
问题 Has anyone used BIRT to generate reports from MongoDB, can you describe how, any issues, etc. ? It looks like it might be possible to interface using JDBC and this experimental driver: https://github.com/erh/mongo-jdbc However, I am not exactly sure how to install this driver in eclipse to test it. 回答1: I've successfully integrated BIRT with MongoDB - it works perfectly well. The idea is this - define a scripted data source in BIRT, then define a data set that using that data source. The data

How to generate PDF reports that spans multiple pages horizontally

亡梦爱人 提交于 2019-12-19 03:37:23
问题 I have to generate PDF reports with many (defined at runtime) columns. These reports may span multiple pages horizontally when user selects many fields to show. I'm using DynamicJasper and could successfully generate dynamic reports when all the columns fit in one page. When they don't, report is cropped and only a few columns are shown. I've tried changing the page width in runtime and report is not cropped, but it can't be printed correctly because page size is not standard. Which is the

Can I make a two column Crystal Report?

穿精又带淫゛_ 提交于 2019-12-18 18:35:30
问题 I have a report that has one detail row for every day of the month. I would like to present the info with days 1 to 15 in one 'group column' on the left, and the other days on the right. Each of these 'group columns' would contain four information columns. I can do this manually by splitting the report DB query columns, but I'm really hoping there is a more elegant way. 回答1: Open the details section in the section expert check the check box "Format With Multiple Columns" (and in the Common

The type or namespace name 'Reporting' does not exist in the namespace 'Microsoft'

你。 提交于 2019-12-18 18:34:43
问题 I simply get the following error: The type or namespace name 'Reporting' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) after adding this to my code: protected global::Microsoft.Reporting.WebForms.ReportViewer ReportViewer1; I've seen some solutions saying I must add some assemblies. but none of them worked. here is an example: <add assembly="Microsoft.ReportViewer.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> <add assembly=

Error while uploading a report

时光总嘲笑我的痴心妄想 提交于 2019-12-18 13:52:58
问题 I have create a report using visual studio 2015 with SSDT Tools installed from the following link https://msdn.microsoft.com/en-us/mt186501 The database is on SQL Server 2014. The reports work on my machine however when I try to upload a report on customers machine(Which has SQL Server 2014 and not visual studio). I get the following error "The definition of this report is not valid or supported by this version of Reporting Services. The report definition may have been created with a later

RDLC - Adding a Data Source in VS2010

允我心安 提交于 2019-12-18 10:45:10
问题 Greetings. I have an RDLC file and am wanting to add a data source to it, although without any luck so far. The data source is a custom class written by myself (just to add, we do this all the time). We recently converted over to the VS2010 RDLC format which caused some problems, but we've made some changes to our implementation that workaround the more major issues. So, back to the issue at hand, when I attempt to add my data source to the DummyDataSource list in the RDLC view in VS2010 it

Reporting (free || open source) Alternatives to Crystal Reports in Winforms [closed]

。_饼干妹妹 提交于 2019-12-18 09:57:31
问题 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 6 years ago . In my winforms project I'm looking for a Crystal Report's like solution free or open source that allows me printing and PDF'ing the Content of a DataSet. ¿Any suggestion or Ideas? I need something simple but fast, Crystal seems very slow for me. Thanks in advance. I'm aware of this question but it seems to me

Excel VBA - Splitting data into report table

邮差的信 提交于 2019-12-18 07:09:28
问题 I'm after a bit of help automating a report for work. I have a spreadsheet with a data dump on, as per screenshot below (this is some data I have mocked up for this example). This spreadsheet also has two other worksheets, one has a list of sales reps, the other has the basic template I need to achieve. The data shows potential new business for our sales reps. This data is split down by sales rep, as well as a rating for the new business (hot, warm, lukewarm, general). The template splits

Templating Engine to Generate Simple Reports in .NET [closed]

江枫思渺然 提交于 2019-12-18 04:25:23
问题 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 2 years ago . I'm looking for a free templating engine to generate simple reports. I want some basic features such as : Ability to Write Loops (with any IEnumerable) Passing Variables Passing Templates Files (main template, footer, header) I'll use this to generate reports in HTML and XML. I'm not looking for a ASP.NET