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...
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(
...
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 = ...
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...
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
...
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...
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...
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
...
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.
...
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.
...
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...
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.
...
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...
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 ...
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...
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...
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.Is there any solution.
...
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...
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?
...