all groups > sql server reporting services > april 2006 > threads for tuesday april 18
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
MS ReportViewer 2.0 Control Print Issue
Posted by Ashkan Daie at 4/18/2006 5:39:13 PM
The first attempt to print a report by clicking the print button on the MS
report viewer icon does not print. Subsequent clicks will print the report!
This is happening on all computers the application is deployed to. I look at
the print queue and I see that the job is spooled and I also get t... more >>
#error on table in rpt designer
Posted by Lisa at 4/18/2006 2:23:02 PM
Hi, I'm probably missing something really simply here, but can't see it. I
have a table that I'm tring to compute the following expression in rpt
designer.
=IIf(Sum(Fields!cancels.Value) >=1,
Sum(Fields!enrollments.Value)/Sum(Fields!cancels.Value),0)
it works when (Fields!cancels.Value)... more >>
Clear Cache sqlrs.ReportingServices2005
Posted by randy1200 at 4/18/2006 12:30:01 PM
I'm using the Reporting Service web service to display my reports to the user.
I've deleted some test reports from the server. I've also gone to the
server, searched the test report names, and deleted those.
When I display the available reports using the Reporting Services web
service, the... more >>
SSRS 2005 is not compatible with FireFox
Posted by Maxwell2006 at 4/18/2006 11:44:59 AM
Hi,
My reports looks bad in FireFox. Is there any technique to make the HTML
renderer be compatible with FireFox?
Thank you,
Max
... more >>
Disappearing parameter values
Posted by George Davies at 4/18/2006 9:10:02 AM
I have an ASP.NET application with a page which has a Reportviewer control
linked to a Reporting Services report on a Remote Server. I pass parameters
into it OK including the name of the database which is then referenced by a
dynamic connection string. The database is the first parameter. Oth... more >>
Matrix Row Counts
Posted by jjodon NO[at]SPAM gmail.com at 4/18/2006 9:04:50 AM
I have a matrix which sums sales to a customer by Month/Year.
Rows - Customer Name, Sum(NetSales)
Columns - Month/Year
What I want to capture is the total number of rows in the matrix.
For example, I am passing the report 144 records from my query; however
there are only 35 distinct cust... more >>
custom assembly
Posted by Peter Fuller at 4/18/2006 8:11:02 AM
hello
after getting the first row of data using .net assemblies, the remaining
rows show #error.
any ideas?... more >>
rc:Section not working on Matrix report with SQL RS 2000
Posted by jonny at 4/18/2006 6:19:36 AM
Hi
I've got a SQL RS 2000 report which contains a matrix that sometimes
contains over 100 rows which spans more than one vertical printed page
and I want the whole report to show on one page when viewed via the web
so that the user can see the whole report displayed in one view rather
than th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Help with an expression
Posted by Jeff Metcalf at 4/18/2006 5:33:01 AM
The error is:
The value expression for the textbox ‘BillAddress’ contains an error:
[BC30201] Expression expected.
=If Len(Fields!BillTo_Line1.Value)= 0 And Len(Fields!BillTo_Line2.Value) > 0
And Len(Fields!BillTo_Line3.Value) > 0 Then
Fields!AcctName.Value + Chr(10) +
Fi... more >>
Problem Printing Labels using subreports
Posted by shane at 4/18/2006 3:03:02 AM
Hi,
I have a report for printing order delivery labels. Each order can have
multiple delivery addresses, so this is a nested report with the order report
running first and then the delivery address report running as a sub-report.
The problem is that I want to set the labels so that up to ... more >>
|