I have an report, in which I like to show reports about some Employees. The Employee Class contains the following attributes :
public class Employee{
public string name;
public Branch branch;
}
I have an list of employees, and I bind them to the report columns. It is showing employee name without any p...
I need a query that returns subtotals by MemberName(PersonID) but broke out into the 2 different ContactTypes(11 & 12 under IsFaceToFace). The below query gets me the base data I need without any subtotals.
I tried messing around with WITH ROLLUP and PARTITION BY but those are new to me and never worked completely right. I am sure I...
i need to create a QuickReport in Delphi 5 that is laid out as:
+================
| Report Header
+================
+=========================================
| Detail Band (auto-stretching, repeats)
.
+=========================================
| Child band (fixed-size)
+======================================
| Child ban...
i have an application for which i want use some reporting framework to generate some reports. i have no idea about this. so i wanted to know some good reporting framework available.
with easy to understand.
facility to generate pdf's
and java friendly.
...
I'm trying to verify whether or not you can run reports against from the 2008 Report viewer control against a 2000 SQL Server report server. There's not a lot out there on microsoft's sites about what versions it supports. I know it supports 2005 reporting services.
...
i'm looking for a reporting engine to replace Delphi 5's QuickReports.
Requirements
free (i'm not paying to find out if it works)
open source (documentation is always lacking)
does not have to be registered on the client computer (no COM) (single executable depoyment)
does not ship as a seaparate file (no dll) (single executable deplo...
I am trying to become more familiar with test driven approaches. One drawback for me is that a major part of my code is generated context for reporting (PDF documents, chart images). There is always a complex designer involved and there is no easy test of correctness. No chance to test just fragments!
Do you know TDD practices for this ...
Hello,
In a custom toolset I have installed for Visual Studio, there is a popup window that should appear to me so that I can manipulate one of the lists (an in-built editor). The component is Telerik, but I don't think that has anything to do with it (maybe).
The popup window is no longer popping up to me. I wonder if it got minimiz...
Let's say I have a table like this:
Customer,Invoice Type,Balance
A,Good,50
A,Good,10
A,Bad,20
B,Good,20
And I want to make a report like this:
Customer,Invoice Type,Balance,Total Adjusted Balance
A 40
Good
50
10
Bad
20
B 20
Good
20
Where total adjusted bal...
Hi there.
I am trying to produce an html report of some tests using PHPUnit, Selenium and Xdebug. I run the test like so:
phpunit --coverage-html ./report blah.php
But the report generated is somewhat lacking in information and it doesn't seem to coincide with the official documentation here.
I just get a green bar with "100.00% | ...
I had many problems installing Team Foundation Server 2005 (Workgroup) about six months ago for various reasons, and because other projects have taken priority, I never did finish. On top of that, we are installing a new server and I am now trying to determine what licensing and editions we need to purchase for SQL Server.
One of the pr...
I would like to create a report document, i could take in mind your suggestions.
The idea is that i need to use a background image where this is the design form and on this (image - form paper) i want to put fields on specific locations. I am beginner on reporting and printing. Could this created using a picture box and making it as lar...
Hi,
I'am looking for a dynamic reporting tool for Asp.Net. Tool should support drag drop of data fields, simple grouping and simple expressions. Actually end users will use this tool for data listing. Rendering to html and pdf is enough. Any suggestions ?
Abbut
...
Hi,
I have a report created in SSRS in client mode, which is run disconnected: I create the data source in code and pass to the report as a DataView. It works ok.
But I need to be able to reference from the project to some objects (variables, whatever) from my application, as follows:
I need some totals that are not calculated based ...
Hey,
I've a requirement to be able to generate PDF's within our (ASP.net) application. We need to meet the following requirements:
The text will be largely dynamic and must be added programatically.
Ideally we'd like to base these generated documents off PDF templates provided by our designers.
Some of the sections/pages may or may n...
Hi, I am trying to reference microsoft reporting v.10.0.0.0 in my vs studio web site. For some reason it can't achieve that as it is always giving me a compile error that it could not load the type.
Error 2625 Could not load type 'Microsoft.Reporting.RdlBuildProvider' from assembly 'Microsoft.ReportViewer.Common, Version=10.0.0.0, Cultu...
I have one dataset and create from this set an area chart. In this case no problem.
But now I have the requirement to add dynamic markers to the chart.
So, this is the example:
Data Set:
date | workload | type
The report renders a chart, which displays the date on the x-Axis and the workload on the y-Axis. The Type shows the different...
Like we have Crystal Report for MS.NET ,what are the different Cross platform reporting tool available for mono.net , please list out their names and URLs?
...
Is there a SaaS tool which will let me interface to a XML based Restful API and do advanced reporting on it? We have a basic report generating system in our application, but need a more advanced solution for some of our customers...
...
We recently put a new production database into use. The schema of this database is optimized for OLTP. We're also getting ready to implement a reporting server to be used for reporting purposes. I'm not convinced we should just blindly use the same schema for our reporting database as we do for our production database, and replicate data...