all groups > sql server reporting services > april 2006 > threads for friday april 21
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
SQL2000 Reporting Services
Posted by Bryan Barahona at 4/21/2006 2:07:02 PM
When exporting to excel from reporting services. Excel maintains the format
of the export by merging the cells. However, when trying to sort base on a
row or column it produces a cell merge error. Is there any way to export to
excel from reporting services into a raw excel spreadsheet? This wa... more >>
date parameter in textbox
Posted by Jackson at 4/21/2006 1:34:48 PM
Hello,
I have two parameter one for Begindate and EndDate.
I was wondering how I can reference these two parameters so that it shows up
in a textbox.
I was hoping to have the textbox with the begin date and end date so that
when users print out the report they know that it is between th... more >>
SQL Business Intelligence - Visual Studio 2005
Posted by code_slayer_bkk at 4/21/2006 11:27:02 AM
Can someone please explain why this things "hangs" about every 20 minutes!
There is plenty of memory and dasd on this machine!
Can anyone at MS also tell me why is is so imperative to connect to the
internet for everything you do ? Yes - I know I can turn off- but ?
Thanks... more >>
Gettnig Security Error on RSACTIVATE
Posted by djadav2004 NO[at]SPAM gmail.com at 4/21/2006 10:57:33 AM
RS Gurus,
I am getting a security error while trying to activate a reporting
server.
Command:
========
rsactivate -c "C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
Services\ReportServer\RSReportServer.config"
Result:
======
Failure parsing the config file:
Request for t... more >>
SQL Reporting 2005 Report Server is not displaying report
Posted by Ryan at 4/21/2006 9:15:03 AM
I have two SQL Report Projects in Visual Studio 2005. One is working
correctly and the other one will not display the data from the report. The
are both using the same connection string string (OLE DB) One is working the
other is not. The one that is not working will display correctly in Previ... more >>
Correct syntax for Substring?
Posted by Mike Harbinger at 4/21/2006 8:50:39 AM
I want to limit the length of a text box to 20 characters and using the
format below it works if the length is greater than 20 but gives an '#Error'
when less than 20. Is my syntax wrong?
=Iif(Fields!CustName.Value.ToString().Length() > 20,
Fields!CustName.Value.ToString().Substring(0,20), ... more >>
ReportServer service terminated unexpectedly
Posted by D1p4k at 4/21/2006 8:17:02 AM
The Report Server service is failing, almost on a daily basis.
Description:
The ReportServer service terminated unexpectedly. It has done this 39
time(s). The following corrective action will be taken in 60000
milliseconds: Restart the service.
Sometimes the service is unable to restar... more >>
Reports Home Page "Page Cannot be Found" Error
Posted by James at 4/21/2006 5:36:02 AM
Hi,
I am running SQL Server 2000 Reporting Services on a development machine
which is part of a corporate network. However, other computers in the network
cannot see the Reports Home Page.
I am fairly certain that the problem is due to the IIS settings, but don't
know what to change to f... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
matrix layoout problem
Posted by minority at 4/21/2006 1:51:12 AM
hi all,
i have 3 matrices in a report. i display the row total for 2 of the
matrices: matrix1, matrix2.
i couldn't show the row total for the third matrix, matrix3 because
it's a precentage field, so the sum of value will be wrong. so i create
a 1x1 table to cater for this total.
the wei... more >>
|