reporting

Microsoft Reporting: Setting subreport parameters in code

How can I set a parameter of a sub-report? I have successfully hooked myself up to the SubreportProcessing event, I can find the correct sub-report through e.ReportPath, and I can add datasources through e.DataSources.Add. But I find no way of adding report parameters?? I have found people suggesting to add them to the master report, bu...

Telerik Reporting Problems

Anyone else using this? I've just installed it, documentation is hidden somewhere, and so far it's not doing to well. It's Toolbox tab is missing, and when I add the items manually, they disappear again seconds later. I have managed to get one report done, but nowhere can I find how to make the viewer show it, without a very long wind...

Microsoft.Reporting.* vs XML/XSLT

I would like to add reporting capabilities to a .NET application. My data source is just the data model of the application, i.e. a bunch of objects that may have been generated or loaded from anything (not necessarily from a database). The initial plan was to generate a report data XML file from these objects, and then use XSLT to trans...

What reporting platform do you prefer?

Crystal Reports? SQL Server Reporting Services? A 3rd-party tool? ...

Is it possible to report on 2 tables without using a subquery?

You have one table against which you wish to count the number of items in two different tables. In this example I used buildings, men and women DROP TABLE IF EXISTS building; DROP TABLE IF EXISTS men; DROP TABLE IF EXISTS women; CREATE TABLE building(name VARCHAR(255)); CREATE TABLE men(building VARCHAR(255), name VARCHAR(255)); CREATE ...

Multi-user taggable text snippet app for report creation?

What's an easy way for our small workgroup to write status notes (length: a sentence to couple paragraphs) that can then be filtered by date range, sorted by project, and grouped by category to prepare monthly and annual group reports as editable documents? Would like to find (or slightly modify) an existing web or non-web app, but Saa...

What is the best way to integrate a report designer in a .NET application?

I need a solution in order to provide customers the ability to customize their own reports, without any IT knowledge. I need a designer easy to integrate with my .NET (C#) application. What is the best solution/product, if any? Or should I consider to develop my own? Thanks all, G. ...

Google Analytics Goals with Sub-domains

We are releasing a paid web application. We have Google Analytics and want to set up conversion goals to see who signs up on the various accounts. I.e. what demographic is buying the highest plan, etc. The problem is that Google Analytics assumes that it is tracking a single domain, and our application operates on several sub-domains (si...

What are the fast reporting solutions that work with .Net?

I'm looking for fast reporting services that are compatible with .Net (C# specifically). Additionally since many of these companies are coy about their pricing (e.g. Cognos) it would be helpful to know how expensive they tend to be. We are doing serial reporting to PDF and Excel from a SQL Server 2005 database. Specifically because of t...

True Enterprise Reporting

Has anyone done true enterprise reporting - if so, was it home grown or purchased? What I am talking about is creating a reporting portal that allows a single entry point to any reporting engine's results. I would like a single browser based place for my global users to go to get reports. Each locale may have a different infrastruct...

SQL List Function Removing Precision

I am using the LIST function to create a ';' delimited list of values. The type is numeric (19,2). For some reason the precision appears to be ignored when using the list function. When performing a simple select on this column the values look good, ie "12.00". However, if I use a LIST() my results are of format "12.000000" This is my L...

SSRS 2008 Export to Microsoft Word does not include headers and footers

I have a report, which was recently converted from SSRS2005 to SSRS2208. The report header has a background, which is calculated depending on the page number. In the report footer there is an image and two text boxes, also calculated depending on page number. The report preview in the Business Intelligence Development Studio displays c...

Reporting Services 2008: Is there a way to change item properties, depending on how a report is being rendered?

I am writing a report, which exports nicely to PDF. However, it does not export to a Word document (.doc) properly. (Margins get ignored in the header area, which messes up pages breaks, footer text is missing, etc.) To work around this, I want to disable, enable and/or re-size a few items in my report depending on if it is rendered a...

Union or Use Flow Control Logic to Determine which table to report on

I'm working with a 3rd pary app where I can't alter the tables. We built custom matching "Monthly" tables with an additional datetime column "AsOfDate" where we dump the data at the end of the month and flag those data with the date of last day of the month. I want to be able to create a single Stored Procedure (Application is designed ...

Easy way to pdf a web report

We are trying to create a web reporting system, with the standard flash chart's, one of the major requirements is that this report must be emailed to customers on a regular schedule as a PDF file. Does anyone know of either An easy tool to point at the webpage and pdf it, including flash charts Another way of doing this? We have tri...

Displaying unicode text in Rave Reports on Delphi 2009

I am in the process of porting a Delphi 2006 app to Delphi 2009. Out of the box support for unicode has been easy - almost no work required. Most 3rd party controls already have Delphi 2009 updates available. Rave Reports (latest version 7.6.1, available here) has also been updated, but I cannot seem to get it to correctly display RTF t...

Reporting Services Client side

I need to compose a report using multiple subreports, "chained" together at runtime in a C# Forms project. The subreports each represent a subtest of a product, and the data needs special formatting to make sense to the report users ( Special graphs, sensible column names with/without engineering details etc ) I Imagine that every Subr...

C# Reporting Control (Interactive Reports)

Hello, can someone please recommend a reporting tool/control with good interactive capabilities for winforms applications?. I want to be able to create drill-down, drill-trough reports, highlight report controls on mouse-over, etc.. Support for exporting, charting, styling, using in web, and any added feature is a plus. ...

Handling errors in ReportViewer Control

Hello All, i am using the reportviewer control in a winforms application, with local processing. I want to handle the ReportError event, and if that happens, display a message to user and exit out so i don't have to show subsequent error messages that occur during rendering. problem is, that even if i do this.close (Close on form that ...

SQL Server Reporting Services Pricing

I am trying to understand the pricing requirements for a client to deploy reporting services reports to the web. Do they have to buy any sort of special Report Server license in order to deploy reports, or is that included in the standard versions of SQL 2005? ...