report

Report Viewer error: The request failed with HTTP status 401: Unauthorized

I have a asp.net c# web application with contains reports in remote processing mode. I am using the report-viewer control to render the reports. When I run the application in debug mode, I'm able to view my reports however when I publish the application to a different server I get this error message: The request failed with HTTP statu...

Include a ColdFusion report template in another ColdFusion report template

Is there a way to include/wrap PDF data generated from a ColdFusion template inside another ColdFusion template, or a cfdocument tag? I'm working with a system that has generates lots of different reports, some are generated from .CFR templates, others are created by cfdocument/cfdocumentitem tags with HTML inside. What I need to do is...

SSRS - Include report in email body

How do I include the report in the email body? Can this be done in SSRS 2005? ...

Using SQL Report Builder 2.0 to group by Parents/Children

Hello, this is my first post, so I hope I get everything right... I am trying to generate a report that shows a summary of items held for each customer in our database. Our customers can have children companies, so I need the report to group on the parent company, then show the children and their sums, and then show the total for the P...

Visual Studio Report Designer shows only HTML

Hello, I built a report in Visual Studio 2008. There was a problem with it (an error occurred while trying to view the report) and since then, the report designer shows just HTML, <html><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"><title></title><style>.ErrorStyle { font-family: tahoma; font-size: 11 pt; text...

AX report: off by one error with joined datasources

We want to build a report in Microsoft Dynamics AX 2009 to show all employees that worked on a production order. Into the datasources for this report we drag-n-dropped the ProdTable (pt) which is inner joined by ProdID and DataAreaID to the ProdJournalRoute (pjr) which is inner joined by EmplID and DataAreaID to the EmplTable (et) where...

Convert Cognos Model to Microsoft SQL report model?

Is there any article or documentation describe converting Cognos model to Report Model for Microsoft reporting server? ...

VS 2010 Crystal Report

Hi, I have a table in ms-sql obm_FeeTable FeeId int, FranchieId int, Amount Money, ChequeNo int, BankName nvarchar(200), PaymentDate DateTime when I want to display all collection in crystal report it don't show Amount / PaymentDate when creating report, don't know why its doing like this. Please help why is it doing like this. also ...

Problem printing from ReportViewer control in ASP.NET web application

I have a web application that utilizes the ReportViewer control in ASP.NET. The reports are defined in the web application, in .rdlc files. The reports work great, except for the printing functionality. When the user clicks the "print" icon in the header section of the report, it appears that the web app tries to install SQL Server (?!)...

Crystal Reports: Cross-Tab Column Arrangements.

Hello, I am looking for a way out in cross tab, so that if the columns exceed in cross tab, they shouldnt go on next page..rather a new cross-tab should repeat after the first one. For example, two columns are displayed in a cross tab : Now if a new column is added, and assuming that it could not be accomodated within the given page...

Is there any NHibernate report generator?

Hi all, There are many report generators for MySql and MS SQL Server. For example this one for MySql. We have a large web application based on NHibernate and I'm wondering if there is any report generator that works on our NHibernate mapped entities? ...

Perl: Extract data from logs into a report

I have some logs in a directory: /test/report. The logs are named: a.log, b.log, c.log. The content of a.log is below: Input 1 ---- Number of records := 101 Input 2 --- Num of of records := 101 Input 3 --- Num of records := 101 The content of b.log is below: Input1 ------- Number of records := 88 Input 2 ----- Num of of rec...

Ski conditions data source

Hello- I am developing an app that, among other things, shows snow conditions at all the ski areas in Colorado. Can anyone suggest a place where I can legally (and preferably freely) download this information? I looked at the source code for Apples ski report widget, but it appears that the site they download from (Accuweather) does not ...

Performing caldav-queries using the CalDAVClientLibrary

I am trying to query the Apple Calendarserver via the Python CalDAVClientLibrary. I can connect to the server, list the available calendars and read out the whole calendar, also I am able to store a new event.For these operations, caldav uses the HTTP-Methods GET, PUT, REPORT and PROPFIND. As an example (assuming there is at least one c...

SSRS 2005 Report Model Filter Named Query on Global UserID

Hi, Is it possible to filter a named query in a reporting services data source view on the global user ID? I would like to do something like select UserName, ContactNumber, Email from Users WHERE (Users.UserName = User!UserID) so that it returns the name and contact details of the user running the report. Any help would be much apprec...

How to get direct Reports from Active Directory

It was previously asked but I won't include it for me. Here is the code I'm using to include users from active directory to MS sharepoint: private static Collection GetDirectReportsInternal(string ldapBase, string userDN, out long elapsedTime) { Collection result = new Collection(); Stopwatch sw = new Stopwatch(); sw.Start(); str...

XLSX generation in .NET - Microsoft Excel Object Library free alternative

Are there any free alternatives to using "Microsoft Excel 12.0 Object Library" component in the application? It does the job, but it's very slow. I know there are commercial third-party tools, and wondering if there's anything fast, but freeware to accomplish the task. ...