I am using SQL Server Reporting Services 2005, and I'm developing a report in Report Designer/Business Intelligence Studio. Right now I have a normal-looking table that displays data like this:
----------------
| A | B | C |
----------------
| A1 | B1 | C1 |
----------------
| A2 | B2 | C2 |
----------------
| A3 | B3 | C3 |
--------...
Hey All,
I am working on a SSRS 2008 reporting solution and I am running into a problem with a subreport not interactively sorting columns with the asp.net report viewer control. The report itself is completely functional when it is not used as a subreport, but once I add it to another report as a subreport you cannot sort the columns w...
Hi, I am trying to create two tables in my SSRS report. I have used 2 different packages with same parameters for the dataset creation.
While executing the dataset2 (manually from data tab in the designer), it works fine and gives me field results. But while executing from report (clicking the view report), the second table, which uses...
I have a crystal report that is based on an XSD schema file.
Within the report definition, I can modify the datasource location, specifically, the file path. This is where I can set the file path to where the XSD schema file resides on my machine.
At this point, everything works correctly.
Here is the problem:
If the file path does ...
Hi
I am trying out DevExpress Xtrareports, but have asimple problem that I am not able to find an answer to.
In an Asp.net website project, I want to add a business object to my report as a datasource and then drag and drop the fields from my new business object data source onto the report designer.
Can some one help explain how i do ...
We have a ASP.NET C# web application and are trying to find a way to combine data/tables and charts that can be exported a single PDF.
Some things we're looking for...
The ability to export a single PDF
that includes charts, tables, etc.
The ability to embed the report into
the web app
A good number of highly configurable
chart types
...
I am looking to add custom reports/forms to a web application. I want users to be able to upload a report definition/template file and then be able to print out a PDF or word document (one or the other it doesn't need to be both) for each of their widgets based off of the template they uploaded. I can't install anything on the server ...
So I have been making some reports and using displaytag to output these reports in html, csv, excel, pdf, etc. They are paginated, and take a simple object graph... and output excellent results everytime, with very little code.
However, I need to use displaytag or its equivalent outside of a jsp. So that a user can schedule a report...
I'm using SSRS to generate reports in my app. My app calls the web service behind the scenes. In some cases I render the report using the ReportViewer web control, in other cases (if user is using Webkit based browser for example), I just allow them to download a pdf of the report. I set the report parameters programatically.
How ca...
I have a report which on execution connects to the database with my_report_user username. There can be many end-users of the report. And in each execution a new connection to the database will be made with my_report_user (there is no connection pooling)
I have a result set which I think can just be created once (may be on the first run ...
Hi All,
I am trying to find out if a visual studio rdlc local report cahrts can support 2 y axis.
Is this possibel and if so how is it possible.
I am happy to change chart types if needed.
Thanks
...
I have daily records of production per category, i.e. category A: 80 tons. Each report row will look like this:
Daily Week to Date Month to Date
Actual Plan Var Actual Plan Var Actual Plan Var
Category A 100 110 -10 230 300 -70 900 1200 -30...
Hi,
i'm trying to print a report with a fixed number of detail on every page. the data for the report is taken from database.
say that a report has 13 detail records. i must print it on 2 pages, with the last page contains 3 true records and 7 empty records,
all i need to achieve is to extend the line separating each column in a reco...
Hello folks!
I am not satisfied by the text-formatting we use at my company for our unittest outputs, because it does not allow me to see, say, that a Test NEVER ever passed, or that a specific Test passed for the first time during that testRun. The current output does not allow me to have a clear view of the situation:
All tests: 4***...
I have an application that generates around 10000 printed pages per month. Each report (around 2000/month) is archived as PDF on a simple network
file share.
I am searching for a Document Management System meeting the following requirements:
watch the archive folder and update the index either on regular basis or when changes are dete...
Is there a common standard for reporting errors in your class functions?
I've seen some c functions that you pass the error string to, so that if there is an error you can see what it is in that string, You need pointers for that though.
I'm reluctant to use the return, because sometimes you do need the return for other variables.
One...
Hi,
A client is having some trouble printing a standard report in Axapta 3.0 SP3. The report finishes gathering data, and everything is fine. But when the program is trying to print it to screen it starts an endless loop. Down in the bottom left on the status bar it says "Page 1, Section: xxxxx" where xxxxx counts from 1 to 65536 and st...
Hello,
I have a set of data points that fall within columns. The columns represent the percentile - as in where this result falls in percentile of population.
For example:
*AgeYears P3 P5 P7 P10*
5 12.1 13.1 14.1 15.5
7 14.1 14.9 15.9 16.9
...
Hi!
I have a .rdlc report and it has matrix. that matrix has some money per month. for example
SHOP MAY JUNE JULY
abc 1200 1210 1220
def 300 400 500
that months creating dynamicly and i want to add sum per month like that:
1500 1610 1720
I ...
So I want to filter out all things when a field = 'service' but i keep getting an error when i edit group and go to filters
expression column is = "=Fields!.Letter.Value"
Operator = "="
Value = ="service"
I keep getting
Microsoft Report Designer
the properties for the selected items are not valid. please correct all errors before conti...