Reporting refers to the process of creating reports based on one or multiple data sources like database tables or webservices.
0
votes
0answers
4 views
NewRelic alternative for ARM (PHP and server monitoring)
I love New Relic but unfortunately they do not support ARM.
Are there any similar services that do support ARM?
PHP application monitoring required and also server monitoring preferred.
0
votes
0answers
6 views
Batch script to launch batch xml files from different folders
I need help on the batch script.We have a req to create one genric script to launch the set of batch xml files from different folders (say folder1(which has set of xmlfiles
),folder2(some other set of ...
1
vote
0answers
13 views
Passing values to subreport table adapters in SSRS
I am using SSRS 2008 R2, with C#, for an aspx webpage.
So, I have a main report, with a single subreport at the footer of each group. On the page load, a value is returned from another webpage and ...
1
vote
1answer
24 views
How to combine two reports using subreports
I've got two reports that I wish to combine into one print off. Report1 is a 2 page report and has an ID parameter, Report2 is a 1 page report and also has the same ID parameter. The ID's come from a ...
1
vote
2answers
45 views
Print report pages in different files providing filenames dynamically
I have come across a challenging requirement for Reports and Printing of reports. The requirement is : Create a report (lets say 5 pages), each page should be saved in different files with providing ...
-1
votes
0answers
9 views
Jasper reports JRXhtmlExporter only working in IE
Trying to generate jasper report in XHTML format using JRXhtmlExporter, but its only working fine in Internet Explorer, and not in any other browsers like Chrome, Firefox, Safari etc.; not giving any ...
1
vote
3answers
36 views
Create reports from bunch of strings in java
In my project I am using a lot of strings to create reports. Is there any library or API that can create stylish reports (in PDF) in Java? I tried with Jasper reports but it can only create reports ...
0
votes
0answers
16 views
Reporting tools for web visits to show clients
I have a web portal in which I create content for different clients. For example, I have articles about dentist A, or car mechanic A, with each targeting different keywords on these pages.
Is there ...
-2
votes
0answers
11 views
Is There any way for generating a file with only text and tables in less time on android? [closed]
I need to generate a printable file on android getting values from database (sqlite) and print in tabular form. Generating PDF will take a lot of time and device resources. Any Alternate option?
0
votes
0answers
24 views
Pentaho Reporting - Use Connection object from Java application
I need my reports (generated in PRD - Pentaho Report Designer) to be completely independent from the used database. And I don't want to have the database connection to be exposed in a JNDI file or ...
0
votes
0answers
14 views
why are we getting OAuthException,"code: 1 error?
without any changes being made in our app we suddenly could not dowsnload any api reports and we are getting 500HTTP Internal Server Error, including this error in the delivry files:
...
0
votes
0answers
39 views
SRSS Reporting Issues
SELECT tp.ProjectName, tp.ProjectDescription, dev.FullName as 'Developer'
, o.FullName as 'Owner', tp.StartDate, tp.EndDate, tp.ProjectStatus,
tp.CompletionPct, Count(tb.ProjectID) as ...
0
votes
1answer
33 views
how can i pass a value from UI by parameter in Telerik report?
i have drastically problem with Telerik reporting version of 2013 Q1. it use dll instead of RDLC file. i create a DLL of my reporting and i use this dll in my web application and show it with report ...
0
votes
3answers
49 views
SSRS Reporting multi value parameters
I have a ssrs reports, that gives me multiple product's price. My Parameter is not drill down, I have to type in the parameters(since I have large range of product number).Now my questions is, how can ...
0
votes
1answer
24 views
Static number of rows on rdlc tablix
Im binding a tablix on a report viewer (winforms) to a list of car parts, however there will always need to be 50 rows displayed, even if there is no value in all 50 rows.
At the moment, the table is ...
0
votes
1answer
23 views
SSRS 2012: report wizard in visual studio- column header formatting
I have some tables that needs to be created as sql server reporting services reports in visual studio.
The reports will be exported to CSV.
The column headers need to have the exact same names as the ...
0
votes
1answer
10 views
How to add a pound symbol(£) before the formula in textbox - rdlc REPORT
Here is my piece of formula in a textbox
=Fields!TotalCost2.Value+Fields!TotalCost1.Value
Now i want to add a £ in the formula so that the output will be
£ 300.00
Thanks in advance!
0
votes
0answers
19 views
Reporting Services (RDLC) not showing report in web page
I am facing trouble with Reporting Service, (Report with Visual Studio 2010). Report is working properly on my Development Database on same SQL SERVER Instance, but not on my testing database, Report ...
-5
votes
2answers
45 views
Any reporting software for Visual Basic Express 2010?
I use Visual Basic Express 2010 and I need to generate some reports. I googled for a while and didn't find a solution. Does anyone know any software that can be used with Visual Basic 2010 Express to ...
0
votes
0answers
14 views
Display history of a single test result in Jenkins - additional plugin or config issue?
Currently our Jenkins server only displays a history/graph for the overall number of passed/skipped/failed tests - I'm assuming that's the behavior out of the box.
If you select a single test, you'll ...
1
vote
1answer
76 views
Creating a new column based on data from an existing column
Consider a system to track repairs. I have a table with customer data and a common id key. I have a second table with a column to show which type of repair part was used on each id key and how many ...
0
votes
1answer
26 views
RDLC Importing Data From Excel Or PDF
I have an Excel and also PDF file containing a table with multiple columns and many rows with bold text and background color styling. What I'm trying to do is find a way to import this into an RDLC ...
-2
votes
0answers
22 views
Report Builder 3.0 returns only one row [closed]
Why does my SSRS Report only return one row? However when I query the results it has several rows of data?
0
votes
1answer
44 views
How show data between two range of date
I am trying to show some data from a database table but it showing the massage,
"Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key ...
1
vote
1answer
15 views
print some indiviual forms together using visual studio repoter
I'm writing a program using c# and sql. I have some factors and want to print them separately but in one process with visual studio reporter(rdlc).
I can print them individualy now but I don't know ...
-2
votes
1answer
24 views
PHP Ghost! Changes not Sticking [closed]
Ok, here's the deal. I bought a Penny Auction script and set it up. During setup I got the normal host of deprecated errors and ignored them because I was tweaking the site and not worried about ...
0
votes
0answers
13 views
Generate reports from data stored in non rails mongodb
I have a system that have to generate reports from data stored in mongodb. The collections are likely very unstructured and containing some serialized data.
What could be the approach to generate a ...
0
votes
0answers
28 views
High Performance Reporting Framework for asp.net 4.5 web application [closed]
In our current app we wrote a reporting functionality by using C# code, XML, XSLT. It is extremely slow when generate some huge report(Size over 300MB). The back-end retrieves data from an oracle ...
0
votes
1answer
41 views
python test result reporting
My question is regarding python unittest reporting.
I am using the xmlrunner package which produces the xunit output which is used by Jenkins. In addition to that, I want to either produce an html ...
0
votes
0answers
15 views
Scripted data source-JSON-dynamic report generation
i am trying to create a java application for generation of reports using birt run time api's,with data source as a web service(scripted data source) . web service returns JSON object , which the ...
0
votes
0answers
15 views
Visual 2008 Report Server - Parameter Attribute adjustments
I've been trying trying to adjust the width of the VS 2008 Report Server user parameter text box at runtime to expand or grow or at least wrap somewhat long text.
I've been looking into manually ...
0
votes
5answers
62 views
ASP.NET reporting tool with advanced layout features
I'am familiar with MS reports and Crystal reports and they are good for the most reporting issues.
But now a customer requested for reports with some layout features, I can't realize in MS or Crystal ...
0
votes
1answer
45 views
SSRS vs Azure SQL Reporting - Cost and Implementation
I have currently implemented some reports for a demo project using Azure reporting and Report builder.
No we are going to develop the reports properly I have a few questions about SSRS.
1.We need ...
-2
votes
1answer
30 views
Reporting based on Data displayed in Text-box on multi-tabs form [closed]
I have a MS Access table with multiple fields.
I have created four tabs in a form and on each tab I have inserted few text boxes, which is displaying one of the records in the field (I can see by ...
0
votes
1answer
22 views
Reporting services 2008 textbox labels
Im creating a report in RS2008.
Everytime I create a textbox and write an expression, instead of watching the expression text after I change focus of the element I get the following tag: ...
0
votes
0answers
11 views
Removing NaN and Infinity in a report
I am trying to generate a report that uses and expression to show a % difference between 2 values from other expressions. I am relatively new to reporting in Visual Studio and have tried most tricks I ...
0
votes
1answer
43 views
itextsharp colspan formating issues
i was trying to create ItextSharp Table
the table format is driving me crazy
here is the code i have its very simple so far
Dim objTable As PdfPTable = New PdfPTable(3)
objTable.AddCell("1")
...
0
votes
0answers
7 views
Add stacked area chart in Visual Studio Reports
I am trying to create a chart using Visual Studio Reports (not Windows Forms). I would like to populate chart with data generated from objects in memory. The preview shows a reasonable chart however ...
0
votes
1answer
28 views
Crystal Reports - group total at begining of group
I have this report:
Question Group
----Question - [TOTAL]
--------Answer 1 (10)
--------Answer 2 (0)
--------Answer 3 (8)
--------Answer 4 (2)
----Total: 20
Total: 20 is calculated with running ...
-3
votes
1answer
27 views
Getting real time reports from a vast database [closed]
we are trying to figure out how to create a reporting system that gives us real-time results.
the database is really vast. actually country-wide vast! the data comes from all the hospitals in every ...
0
votes
1answer
38 views
Reports in SSRS with additional parameters
I can create reports with parameters in SQL reporting services and use them in C#(reportviewer), but now have a problem. I have to create report with not only required parameters. Additional ...
0
votes
2answers
31 views
What reporting suites support EF and DbContext out of the box?
Everywhere I look, I find reporting suites with designers that only understand DataSets (circa 2003?). Even the most promising, Telerik, only supports ObjectContext. I am getting sick of looking to ...
0
votes
1answer
86 views
.Net Crystal Report set datasource to custom class object
Here is my project structure
Project.Data
Project.Data.Model
- Customer.cs
- Product.cs
- Purchase.cs
- PurchaseDetail.cs
Project.Presentation
- PrintFrm.cs
...
0
votes
0answers
48 views
Report Viewer Loaded the report.RDLC but Blank
i'm learnning the reporting in mvc so made a simple Test mvc 2 project using VS 2010 using wizard but after running the project the loading message shown but nothing displayed in the web page!
The ...
0
votes
1answer
23 views
Microsoft Report: Use a table in column of another table
I need a table that represent list of all Projects table data in report. But I need a column to show list of people that works on current project(row).
When put a table in another table column in ...
0
votes
1answer
64 views
How to pass a list of objects from a Java application to the sub-report?
I have a report with one bar chart and one table. these two elements are filled by the list of objects which is passed from my Java application to the report.
Now I want to put these two elements in ...
0
votes
0answers
60 views
Microsoft Access 2013 and Visual Studio Express 2012
I'm working on a mini project which is developed by using Visual Studio Express 2012. But Express Edition does not have reporting tool. I have installed Report Builder for Visual Studio Express but to ...
0
votes
0answers
37 views
getting error in Ant build junitreporting
When I am trying to build without junitreport its working fine. However, I need the junit report in html format ultimately with all the successful or failed scripts. Please suggest where I am going ...
0
votes
0answers
45 views
Generating documents from c# without excessive formatting instructions
I am trying to generate a series of documents (reports, invoices etc) from c# and exporting them as a pdf or in microsoft word format. I have been using Migradoc and Pdfsharp as these were recommended ...
0
votes
1answer
31 views
Want to filter elements of last page footer according to formats in jasper report
I want my report to export in HTML, EXCEL, WORD and PDF formats.
In Last page footer band I placed two fields page no. and printed date. In WORD and PDF formats, I want to print both elements but in ...



