Top "Report" questions

A report contains summarized information from a data source, usually in an end-user-friendly format, such as PDF or Excel, although proprietary reporting tools (usually with built-in design tools) also exist.

How can I output a report in PDF format, where the name consists of values from fields?

I want to add functionality to my Access 2007 report whereby a PDF copy of the report is created at the …

vba ms-access report save-as
Dynamically change an image in a Crystal Report at runtime

I'm using the Crystal Reports included with VisualStudio 2005. I would like to change the image that is displayed on the …

image crystal-reports report
How can I prevent Java from creating hsperfdata files?

I'm writing a Java application that runs on Linux (using Sun's JDK). It keeps creating /tmp/hsperfdata_username directories, which …

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

I simply get the following error: The type or namespace name 'Reporting' does not exist in the namespace 'Microsoft' (are …

c# reference report reporting
SSRS Format to display as percent

I've gone through quite a few examples on here and I apologize if I'm asking a repeat question, as far …

reporting-services formatting report ssrs-2008-r2
How do I generate a Dashboard Report in jmeter?

I am running jmeter2.12 on Fedora. What are the steps to generate a Dashboard Report?

java graph jmeter report
CountIf formula within MS Access report

Something terrible as happened with my poor attempt at adding a CountIf forumula to my access report. I am trying …

sql ms-access report ms-query
The source of the report definition has not been specified

I'm using the following code trying to SetParametr : var report = new ReportParameter[1]; report[0] = new ReportParameter("MyName", "Raha"); var reportDataSource1 = new …

c#-4.0 report microsoft-reporting
How to limit RDLC report for one page in a PDF ?

I have a RDLC report and I am displaying it on the Report Viewer Control in my front end application. …

pdf rdlc report viewer
.rdlc Report - Cannot create a data reader for dataset 'DataSet1'

I have created a .rdlc-Report under VS 2012 using the report wizard and added data source and dataset. When I try …

c# .net reporting-services visual-studio-2012 report