Hi all.
I'm developing an application (by C#) that has a part that enables the final user to design his self report.
It has an option to design automatically ActiveReports controls from a passed data source and shows it, but I can't resize the designe section's ruler to fit it's width.
How can I resize the design section of the designer...
Hi Everyone,
I have a few queries which need to be exported into a report and I want this to be done automatically each time the database is opened. I'm guessing this would be possible using VBA to which i dont have much knowledge off.
Can anyone help with this please?
Thank You
...
I want to display data in format
Store Name
Department1
User1 2 3 5 6
User2 2 3 5 6
User3 2 3 5 6
User4 2 3 5 6
Department2
User1 2 3 5 6
User2 2 3 5 6
User3 2 3 5 6
User4 2 3 5 6
Store Name1
Department1
User1 2 3 5 6
User2 2 3 5 6
User3 2 3 5 6
User4 2 3 5 6
Department2
User1 2 3 5 6
User2 2 3 5 6
User3 2 3 5 6
User4 2 3 5 6
WHich...
I have a maven multimodule project when I try to build the site, it creates the links in the main page with the module name, but the href points to http://maven.apache.com
How do I make either mvn site-deploy or mvn site:site site:deploy construct the right links? because the folder with the sub-site gets created the only issues is it i...
I have created one report in SSR with two input parameters . FromDate and ToDate . Both fields i declared as DATETIME and i checked the option to allow NULL for both of these values . So in the reports one NULL CHECKBOX is coming along with this parameters . and when i click on the link , the report is automatically loading for NULL inpu...
I am creating a jasper report.In that default size of the report is A4 size.I want it to change the reports height dynamically .I am using HTML Export.So it is creating a html for A4 size(Even though content size is half of the A4 size).If the report content size is small I want the html page size also small.
Is it possible to achieve?...
I have an SSRS report that calls out to a stored procedure. If I run the stored procedure directly from a query window, it will return in under 2 seconds. However, the same query run from an 2005 SSRS report takes up to 5 minutes to complete. This is not just happening on the first run, it happens every time. Additionally, I don't se...
Hi all,
I've a list which has a column 'YEAR'. I want to make the recent year(2010) appear bold in that 'YEAR' column. I tried this expression
IF ( [myQuery].[YEAR] = [myQuery].[RECENT_YEAR]) THEN
( "RecentYearBold" )
where [RECENT_YEAR] is a DataItem with the expression maximum([YEAR])
This throws me an error and it doesn't all...
I want to create a report, using either Crystal reports or RDLC, doesn't really matter which. I can get all the data sources together as a series of dynamically generated textboxes etc, but how do I add that to a report?
Eg I want customer name and all of their ordered items in a report. Now I can get all of the information in an array....
I'm certain I'm overlooking something very basic here but I can't wrap my head around it after querying and googling for about an hour.
I have a datetable already in existence, if that helps. It is populated with this past years' worth of dates and is updated nightly via a stored proc that gets run by a job on the server.
What I need t...
I want to add functionality to my Access 2007 report whereby a PDF copy of the report is created at the click of a button. I know that there is an OutputTo macro which can do this for me, but it does not allow me to include report field values as part of the PDF's filename, namely: [Client Organisations].Code + "-" + Clients.Code + "-" +...
I need to write a lab report for a program I made. I need to provide a "top-down discussion of design." What does that mean?
...
I'm having a terrible time managing RDLC reports. I couldn't find any comprehensive tutorials in the internet and MSDN isn't as helpful as I wish it could have been either.
Particularly, I've been having a problem trying to get a particular table/matrix to appear based on a client's requirement. It goes like this.
In the DB I have two ...
I'm working in COBOL with a double control break to print a hospital record. The input is one record per line, with, hospital info first, then patient info. There are multiple records per hospital, and multiple services per patient.
The idea is, using a double control break, to print one hospital name, then all the patients from that ho...
i have a SSRS 2005, now i upgraded to SSRS 2008 using VS 2008(automatically done by VS 2008 when i opened the solution),
but in printing first two pages printing correctly, from then on each page dividing in multiple pages(only one line in one page remaining in other page)
why it is dividing like this and how to overcome this?
...
Client has a bunch of Access databases and associated reports.
He wants to make the reports available (live, not snapshots) via a secure extranet.
He's willing to recreate the reports using a proprietary GUI if necessary, but ideally would like a solution that exports his reports "as is" to the web.
Had a look at Caspio Bridge. It's p...
Is there a way to (easily) generate a HTML report that contains the tests results ? I am currently using JUnit in addition to Selenium for testing web apps UI.
PS: Given the project structure I am not supposed to use ANT :(
...
I have a multi-user web application and am encountering issues when a third party reporting application queries my Oracle 10g database.
The reporting queries are slowing the system and impacting all other users.
Is there a way to throttle this user's session so their queries don't impact the other users?
...
My application builds and prints HTML reports using AxWebBrowser.ExecWb method. Lately each time a report is printed a thin horizontal line is printed across it. It's not supposed to be there, it doesn't appear in any preview (Word, browser), but it's always there on the paper, always at the same absolute location and regardless of the p...
This seems as though it should be simple, but appears not to be.
In SSRS 2005 I've written a matrix report and added some fields, one of which has the formula: If (x / y >= n, 1, 0). I've called this field 'Accuracy'. The report aggregates this field across a number of individuals and then for a number of days.
Ideally I want a su...