reporting

SQL Server Reporting Services shows DTD prohibited in XML document error

I am getting the following error when running a reporting services report. Process name: w3wp.exe Account name: NT AUTHORITY\NETWORK SERVICE Exception information: Exception type: XmlException Exception message: For security reasons DTD is prohibited in this XML document. To enable DTD processing set the ProhibitDtd property on Xm...

Is it possible to integrate SSRS reports with webforms

Is it possible to integrate SSRS reports to the webforms..an example will be enough to keep me moving. ...

SSRS Report designinng

It is possible to use stored procedure for designing Reports in Report builder. ...

How do I go about using Microsoft Access (2003/2007) to interface with an Oracle (10g) DB to produce reports?

I've got no idea how to go about this or what would be involved. I've also got no budget, so would be looking to use freely available software for this purpose. EDIT: Can you recommend any good tutorials on this? Thanks. ...

.NET Reporting Tutorial

Does anyone know a Turorial for the Reporting in c# .NET. I mean the Reports in "Microsoft.Reporting"-Namespace not the Crystal Reports. Thanks in Advance ...

What is the best way to collect/report unexpected errors in .NET Window Applications?

I am looking for a better solution than what we currently have to deal with unexpected production errors, without reinventing the wheel. A larger number of our products are WinForm and WPF applications that are installed at remote sites. Inevitably unexpected errors occur, from NullReferenceExceptions to 'General network errors'. Thus...

Which Reporting technology?

Which reporting technology would fit for the best situation/type of product? I am now thinking of 3 technologies: Embedded Reports (Crystal Reports;MS Reporting services) Server reports (MS Reporting Services) OLAP Databases (MS Analysis Services) Which report technology would you use for an off the shelf product? Is it possible to...

Looking for a better reporting solution than SSRS

I find SSRS produces typically ugly reports and the .rdl usually ends up being a pretty complex beast, hard to tweak and maintain. Do you know a better toolkit? It doesn't necessarily have to do it all by itself. It could be split in parts: Chart generating library Listing generating library Form generating library Plus some custom ...

Open Source Reporting Engines

As a followup to this question can anyone give me pointers to free/open-source report engines? I'd prefer something that I can use in C++ but I'm sure almost anything could be made to work with C++ given enough time and effort. I gather there's one in BIRT but are there others available? This would be part of the open source software s...

Use custom objects as the source for Microsoft Reports (.rdlc)

In some instances, I prefer working with custom objects instead of strongly typed datasets and data rows. However, it seems like Microsoft Reporting (included with VS2005) requires strongly typed datasets. Is there a way to use my custom objects to design and populate reports? ...

max time a report should take to generate report.

I am just curious to know how long(minutes) does a report should take to generate report when it returns 1MB of data. Maybe using views and table is properly index. SSRS reporting and server side generation. ...

Python Reporting

Are there any packages that provide to following: Integration with python application with minimal dependencies (beyond existing depends we use such as wx and matplotlib) Visual design tool to make it easier for less technical users to design their own reports Able to work with MySQL and Oracle databases Cross platform (Linux and Windo...

The permissions granted to user ' are insufficient for performing this operation. (rsAccessDenied)"}

created a report model using SSRS (2005) and then published local server. But when i tried to run report for the model i published using report builder i do get the following error. Report execution error:The permissions granted to user are insufficient for performing this operation. (rsAccessDenied) ...

How to solve this error : The permissions granted to user 'COMPUTERNAME\\ASPNET' are insufficient for performing this operation. (rsAccessDenied)

I am trying to integrate the SSRS report to my web page: The code is as follows: ReportViewer1.ProcessingMode = rocessingMode.Remote; ReportViewer1.ServerReport.ReportServerUrl = new Uri("http://localhost/reportserver"); ReportViewer1.ServerReport.ReportPath = "/Report Project1/Reconciliation"; List paramList = new List(); paramList....

Using client side reporting vs. server side reporting?

When do we use client side reporting and when do we use server side reporting? Which reporting is best practice (client/server)? This pertains to SSRS reporting. ...

In BIRT, how do I access an arbitrary data set from JavaScript?

I am building my first report in BIRT. Very quickly I ran into a problem in which I wanted to display some text or data based on an expression that included data from two different tables (not tables that can/should be joined - (hypothetically example- take a student's ACT score from his record in the student table and compare it agains...

Crystal Reports vs ReportViewer Pros/Cons?

We have been designing our reports around Crystal Reports in VS2008 for our web application and I just discovered the Microsoft provided ReportViewer control. I've searched around a bit but cannot find a good breakdown of the pros and cons of each method of producing reports. I'm looking for pros and cons regarding: Ease of developme...

Handling Long Running Reports

I am working on a ASP.net application written in C# with Sql Server 2000 database. We have several PDF reports which clients use for their business needs. The problem is these reports take a while to generate (> 3 minutes). What usually ends up happening is when the user requests the report the request timeout kills the request before th...

SQL Server Reporting Services 2005 - How to Handle Empty Reports

I was wondering if it is possible to not attach Excel sheet if it is empty, and maybe write a different comment in the email if empty. When I go to report delivery options, there's no such configuration. Edit: I'm running SQL Server Reporting Services 2005. Some possible workarounds as mentioned below: MSDN: Reporting Services Extens...

Are there any data warehouse frameworks?

I've got a lot of mysql data that I need to generate reports from. It's mostly historic data so it won't be changing much, but it weighs in at 20-30 gigabytes easily and is expected to grow. I currently have a collection of php scripts that will do some complex queries and output csv and excel files. I also use phpMyAdmin with bookmarked...