Hi,
I want to generate a .prn file using Java.
Is there any java api already available ?
Is there any value in generating a .PRN file now-a-days (Mine is a web based application trying to mimic the existing client/ server application functionality. The current fat client application is pretty old).
If there is no API available whats t...
how i get total pages in a report using report viewer?get only 1 in as total number of pages(if it have several pages)
...
i want to get total number of pages in a report(report viewer) ,int t = objReportViewer.LocalReport.GetTotalPages().i used this code,actually report have 5 pages but got only one page
...
i want to get total number of pages in a report.i want to get this with in the form code,which is placed the report viewer.globals.pagenumber only get in report.rdlc,i want to get pagenumber in form.
Duplicate of
http://stackoverflow.com/questions/767674/total-pages-in-a-report-using-report-viewer
http://stackoverflow.com/questions/767...
Hi all,
I currently have a srs report which has a url that looks like
http://localhost/Report_SqlExpress/Pages/Report.aspx?ItemPath=/personnel_report
I've tried using the Report viewer control to display this report by doing the following
<rsweb:ReportViewer ID="ReportViewer1" runat="server" ProcessingMode="Remote"
...
Hi,
I have just created a report in Report Manager using a Stored Procedure which uses a temporary table.
I'm getting the error "Could not generate a list of fields for the query. Invalid object name '#xxxx'"
I read this is because when Report Manager tries to PrepareQuery it runs into difficulty because the temporary table doesn't ex...
Hi everyone!
I'm using Microsoft Reports (rdlc), and I need to create report with subreport. As a data source I created two Object Classes, PositionObject and PositionSubElementObject. PositionObject is data source for the main report, and PositionSubElementObject is a data source for the subreport.
When I run this two reports separatel...
I have a specific case in mind, but the question applies in general too. How do you deal with data in Excel when the amount of data is arbitrary?
In my specific case, I have a program which generates between 1 and 10 sets of data, each set consisting of 5 arbitrarily (but equally) long arrays (or you could consider it a table with 5 col...
I am looking to build some reports for Quickbooks data, without using Quickbooks built-in reporting, or through a third party library (like QODBC).
Quickbooks 2008 and newer are built on a SQL backend.. In looking around there seems to be several products and angles to do this from.
Ideally I would like to be able to do direct SQL hit...
Hi, I am using java-jasper report and ireport to build the report. I want to make my report sortable by column. Can any one help me with this..?? m waiting for reply asap
...
Group,
We built a data cube using SSAS and are now building SSRS reports off of that cube. Not sure if anyone has come across this, but when you build the report using the wizard and include parameters all looks fine. However if you are in the report after the wizard is compete, and you decide you want to remove one of the parameters y...
I have a Microsoft Reporting Services report (local report, VS2005) and am trying to produce a rather tricky report...
I have two tables returned from a SQL query. The first is a master table that has a list of set ID's corresponding to sets of records in the second, and has a record set like so:
+----------------------+
| SetID ...
Hello,
I have a problem with Ant and Emma a code coverage plugin, it makes report, but without source code.
I got following code in my build.xml
init emma
<taskdef resource="emma_ant.properties" />
<path id="run.classpath">
<pathelement location="${instr}" />
<path refid="build.classpath"/>
<pat...
Assume that we have a contract printed (SSRS or Crystal or any report), we have now changes to the contract (report).
Now, what is the best way to print old and new data together and present the corrections to the user in most user friendly way?
Ideas, (I am just throwing it...)
1. Print changes in different color
2. Strike off the TE...
I am working on a project(in python) that needs formatted, editable output. Since the end-user isn't going to be technically proficient, the output needs to be in a word processor editable format. The formatting is complex(bullet points, paragraphs, bold face, etc), I'm wondering if there is a way to generate such a report using python. ...
How can I count the items inside a group?
...
Hi,
I am using Limesurvey for doing surveys to employees. I am looking for a good reporting system: do you have any recommendation? I was thinking of importing the data from limesurvey to Excel, and make the reports there. What do you think? Thanks.
...
I have a webpage with some data in a table and I would like to offer my users the option to download it as a PDF File, how can I do that in ASP.Net?
...
I'm using Oracle APEX and I have a report region in a page that displays columns from a SQL query. I want to add edit buttons to the first column of this report so that the user can click on it and edit/review one of the results. How do I add this edit button? Thanks.
...
I'm in the process of creating a report in ASP.NET. The business object that I'm retrieving contains all the information I need, but I can't just DataBind() it because the report isn't simply displaying the business entities. I need to arrange the columns in a certain way, do some calculations for each row and manually add columns, plus ...