report

Can I change the datsource of report model at runtime

I've some adhoc reports developed on some report models which are published on Report Server (we're using SSRS 2008). Everything is running well. Now in our production environment we've near about forty (40) customers who have their own database (each have the same table structures and other database objects). Now the challenge is whenev...

Problem sub-total Matrix with rdlc report in vb.NET

Hi everyone, I have a matrix and I need to add the money earned this year and past years. However, I must remove the money spent in past years. I must have the separate amount per year and the total of these amounts. This is what gives my matrix: Year = Fields!Year.value =formatnumber((sum(Fields!Results.Value))-(sum(iif( ...

How to run report in ReportViewer without having to click View Report button?

I've set up my report with params and it's value. When I run the page, it wants me to click the View Report button, but I need it to just run instead of interacting. Any ideas on this? Here's my code: rptViewer.Reset(); rptViewer.ProcessingMode = ProcessingMode.Remote; rptViewer.ServerReport.ReportServerUrl = ...

Create Task Report from Mylyn?

Hello all - is there a way to create a task/activity report (say a weekly report) off tasks managed with Mylyn? I've been using Rachota TimeTracker which allows me to create reports (in html format) http://rachota.sourceforge.net/en/demo.html I've just started using mylyn (our company uses Embarcadero JBuilder which is is based on Ecli...

Ruby on Rails Report Generator

Hi There. Is there a way that I can produce a report in RoR without using Ruport or any other report generator rails plugin? Thanks in advance ...

child objects in rdlc (Studio 2010RC)

Hi, I am attempting to reference a sub-object in a field expression in a studio 2010 report. This used to work in prior versions. When account references another object with properties the following used to work. =Fields!Account.Value.Name (Name is a property of the child object, Account is the parent object) The same expression syn...

Populate an SSRS Report parameter(hidden) by a sproc or user defined function

My SSRS report fetches data from my DATAWAREHOUSE. The ASP.NET application I have is connected to an OLTP database. I invoke the SSRS Report from my ASP.NET application and provide a parameter as CustomerID(this is an application key in datawarehouse) to my report. Since my report is connected to my datawarehouse, I do not query my re...

How to create filter option in RDLC report column ?

I wanted to have filter option (like the one available in Excel sheet) in rdlc report column. is it possible and how ? http://img62.imageshack.us/img62/2223/sample1n.png i am trying in Visual studio 2005 and Microsoft report viewer. kindly let me know the option for this or a work around for it. Thanks ...

Repoer Designer for vb.net using Visual Studio 2008 and a SQL 2005 back end database other than Crystal Reports

We are developing in vb.net using Visual Studio 2008 and a SQL 2005 back end database and are looking for a Report Designer that can be used to build reports and give the User the ability to modify and create reports once the software is sold and in use. ...

Report Designer for vb.net using Visual Studio 2008 and a SQL 2005 back end database other than Crystal Reports

We are developing in vb.net using Visual Studio 2008 and a SQL 2005 back end database and are looking for a Report Designer that can be used to build reports and give the User the ability to modify and create reports once the software is sold and in use. ...

Dynamic sorting of tables on BIRT without javascript

I am using WebViewerExample as my reporting. I am designing reports within Eclipse using report designer. I have a table with several columns. Data is retrieved from database. Is there an easy way to dynamically sort the tables by clicking on the column header names? I tried to pass string as a sorting condition, but it ain't helpin...

pear mail queue report script?

Is there a pear mail queue reporting script that builds pretty charts and graphs from your MQ database? I have MQ set up on a cron job and I want to tie some reporting into my admin console. ...

SubReport Values are not displaying in MainReport in Ireport?

I am in the need of using two subreport inside the Mainreport to create pdf document I using Ireport IDE . when i am running Main report file in the i report could not see the content of two subreports in the main report. When i m running each subreport separately i can able to view the content in the Pdf document.Can anyone tell me how...

Custom Report Items in local reports

Hi, i have read this article about custom report items(CRI) http://msdn.microsoft.com/en-us/magazine/cc188686.aspx The only problem is that CRI are only usable in reporting service and not in local reports. My question is it possible some how to use CRI in local reports( RDLC ). Also i am interested in which version of reporting service ...

RAD/Eclipse Eclipse Test and Performance Tools Platform, export data to text file

I am using the RAD (also on Eclipse) Test and Performance Monitoring. I monitor CPU performance time with it, on particular methods, etc. It is a good tool for my monitoring my applications but I can't copy/paste or export the output to a text file format. So I can send to the others. There has to be a way to export this? Also, I c...

How to merge two pdf doucment as single report in jasper reoprt?

Hi Friends, I am new to jasper report.I can able to create Simple PDF document with Javabean datasource.In my project i have created two separete pdf document with separate javabeandatasource , Now i want to merge that both document into single document.Can anyone tell me how to merge both document into single document using jasper...

parsing msinfo32 report file with different language settings

Hey guys, i started to write a mini diagnostic tool for a few friends of mine. I want to collect system information via msinfo32.exe and using the report switch, so i can write a normal txt file. After that, i want to remove some categories (e.g. error reporting and start menu, because it is so much stuff), but I ran into some problems ...

How to html report to any printable file

How to html report to any printable file.Is there any solution. ...

Using Report (Reporting Services) parameter values in ASP.NET page

I have a report (Reporting Services) integrated into an ASP.NET that shows dropdownlists to select report parameter values. The dropdownlists are populated using direct database selects, though I see the report RDL files do contain the paramter values and datasets as defined in the report designer. Is it possible to obtain the report pa...

Reporter Builder 2.0

I am developing a simple report in report builder,and i cant fix rows height bug. When a row has just one line it dont fit the text,and a whiteline appears below it,because others rows in the same grid ,has 2 or more lines. I try to change properties:"can shrink" and "can grow",but it doesnt solve. Any ideas? ...