I have a report project that I want to script deploying to a development server. I need to just change the TargetServerUrl in the project properties. Is there a way to do this?
i.e.
&devenv.exe RSReports.sln /project Reports\Reports.rptproj /deploy
maybe => properties:TargetServerUrl=http://myserver/ReportServer
...
In our project We made reports with the method that return as a datatable from a class with dynamic sql.
Nowadays, we think to migrate to more professional technic for our reports. For this purpose I examine crystal report and devexpress' XtraReport components.
However, I Couldn't decide which component and method(dynamic sql, stored...
Hello, we are making an application to run on both Mono and .Net. The application is web based, so it uses ASP.Net.
We are now trying to find some kind of reporting software. We would prefer if there was a designer that end users(non-programmers) would be able to use like Crystal Reports.
Currently, we are not finding anything that lo...
ok. before i start, i must say. "this is very weird problem"
We have a web application. Uses a reporting server to generate reports. (Fast Report Server)
When we request a report from the server somehow IE the browser window closed. Then we check the report servers log to understand what happened, we see "Connection reset by peer.(1005...
I have a web app that prints reports, most are just one page, or two, so I just create a component that shows the data and print it.
But I have this one report that can have thousands of lines, with a custom format, Flash will slow down with this.
Is it posible to print it without showing the actual data on screen? or is there a compon...
I used
Docmd.OpenReport "Report1"
from another form and it seems to just want to print the report without actually displaying it. I want to display the report, not print it
...
I have two tables in a SQL Reporting Services report (table + matrix) that I would like to display side by side to give the illusion of one complete table.
The problem is that there may be more data in the row of one table vs the other and therefore the rows could be different heights.
Is there any way to match/link the heights of the...
I'm attempting to use business objects as a datasource for an ASP.NET Microsoft rdlc Report and I am having problems displaying the values of subobjects in the report.
For example, if have the following two classes 'Customer' and 'Address'.
Customer
FirstName
LastName
Address
etc.
Address
HomeAddress1
etc.
...
We have been trying out SQL server reporting services. We are using SQL 2008 and Visual Studio 2008.
I Have a couple of linked reports, along the lines of
Report1: Summary of tickets that are still open past the date that they should have closed. Click through on a line to:
Report2: Details of a ticket and it’s dependant history data.
...
My team has a goal to minimize the amount of time that our build is broken.
We use CruiseControl.NET for continuous integration. What I'd like to find out is how best to approach answering the following question:
"In the last {timespan}, how much time has {project-name} spent in a broken status?"
For example:
"Over the last 1 month, h...
Hi there,
I'm looking for a ASP.NET report generation engine, with this feature: interactivity, this means the user must be able to move from more general data to more detailed data (clicking on report elements, like rows or columns).
Thanks
...
Hi,
In my report there is a table control and have header for each column of table. When I open report, it display column header on each page. If i export this report in PDF format, it is showing column header on each page but if I export it in WORD format, it shows header on first page only. WORD showing multiple pages but column heade...
Hi, I've deployed a report using reportViewer on my local machine.
It's a wide report so requires a horizontal scroll bar across the bottom of the report but fits fine vertically. This is fine in FF, however IE renders it with the vertical scrollbar as well and no matter what I do I cant get rid of it!
Is this a problem with IE?
Can I...
I read in a reply here to a question about the differences between CR and SSRS. One person named Yosif I believe). Here is a quote:
You cannot center align complete report
body. For possibility, i've played with the rendered HTML for
hours and figured out exact replacements to make that works
I wanted to know what he actually did ...
I am using rdlc files of .net 3.5.
In my report body i have two tables.
First table is master table and second is like its child table. Child table can have any number of rows. In case of large child records, part of its content goes to second page. I want master table of such content should also be visible on next page whenever recor...
This is my first attempt to create a Visual Studio 2008 report using parameters. I have created the dataset and the report. If I run it with a hard-coded filter on a column the report runs fine. When I change the filter to '?' I keep getting this error:
No overload for method 'Fill' takes '1' argument
Obviously I am missing some way to...
I have come across the problem of generating complex access reports (by complex I mean with data processing, variable number of fields, among others).
Let me explain in deeper detail some of the things I need to implement:
Some fields should not show according to some values in a query
If a certain record does not exist, a nice colo...
Hi ,
I need some good examples for using Report Viewer .
Brief Requirement:
-Need to generate report on my website.
-Have parametrised stored procedures for the dataset (want to create the dataset programatically).
-Want to know how to bind the dataset programatically to the .rdlc report.
Thanks
...
Do you know some nice XSLT for transforming the code coverage XML output from the Visual Studio (I'm using the 2010 Ultimate Beta) into an HTML report that I could put on a webpage ? I have found an article which could get me started but their example is just a simple one that doesn't contain all the hierarchical drill-down information a...
I am trying to become more familiar with test driven approaches.
But I am embarrassed because I have to report the effect of TDD.
I should report on the UT result to the superior.
(I reported value of bugs, when I enforced UT(unit test).)
But I can not obtain the UT(unit test) result if I try TDD.
Please let me know how to report the e...