all groups > sql server reporting services > april 2006 > threads for thursday april 13
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
VisualStudio 2005 Web ReportViewer Control
Posted by Andrew Teece at 4/13/2006 3:36:50 PM
Just a little question....
From my understanding, the report viewer control sends the client machine an
iFrame that connects directly to the SQL Reporting server (at least when
using reports in SQL rather than local ones).
So this means that we must have SQL Server 2005 licensed and instal... more >>
Logic in format?
Posted by Ash at 4/13/2006 1:52:01 PM
Hello,
This might be a simple questions for you guys.
Can you put logic withing the format of each cell; for example if i have a
number column and i want all numbers > 0 to be red and numbers<=0 to be blue.
Can this be done?
Thanks.... more >>
cannot create connection
Posted by julio at 4/13/2006 12:05:01 PM
I created a report using Report Designer. The Dataset is working fine. In
fact, the Data tab shows me the expected query result. But...
when going to the Preview tab, I get "Cannot create a connection to data
source <name> . Login failed for user 'sa'.
Further info:
1) if I go to Too... more >>
q: this strange problem
Posted by JIM.H. at 4/13/2006 11:19:02 AM
Hello,
I have different sub-reports in my main report. I have rectangles around my
sub-reporta to be able to put page breaks te the start of rectangle. I need
to make some sub-report visible and invisible based on a parameter. However I
am using =iif(Parameters!MyPar.Value = "true",false, tr... more >>
Reporting Services 2000 with Visual Studio 2005
Posted by Sumardi at 4/13/2006 8:58:01 AM
Does anybody know if there is way to use Reporting Services 2000 with
Visual Studio 2005 (design reports for Reporting Services 2000)?
Regards,
Sumardi
... more >>
Table Row and Text Box Height
Posted by randy1200 at 4/13/2006 8:37:02 AM
I had no trouble reducing my text size to 6 pt. Now, for both text boxes and
table rows, I need to reduce my vertical space. Any suggestions on how to do
this for a Table Row and a Text Box?
Thanks
--
Randy... more >>
Exporting to Plain Text
Posted by RLS at 4/13/2006 7:01:02 AM
Has anyone found a way to export a report to plain text? I need to be able to
do this automatically when the report is run via a schedule on the server.
Help!
Rick... more >>
Report Server/Reporting Data Services in SQL 2005 Express
Posted by Eddy Vugteveen at 4/13/2006 4:47:02 AM
As stated in this page:
http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx
The above-mentioned features are to be part of SQL Server 2005 Express at a
future date.
Does anyone know when this is to be?
TIA,
Eddy Vugteveen
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Reporting Server 2005 Wont Initialize
Posted by Q at 4/13/2006 4:25:02 AM
My head may explode, so any help is appreciated.
I have a webserver and a Clustered SQL Server. I installed Reporting
services on the SQL Server and I was able to initialize it.
However when i try to add reporting services to the Web server, it will not
le me initialize. Here is the erro... more >>
list with grouping loses space between records
Posted by deja NO[at]SPAM 2bytes.co.uk at 4/13/2006 2:45:56 AM
hi,
I'm new to reporting services and have had a play with it but wonder if
I can get a quick answer here.
I have a dataset and want to show some details of the parent record
with some details of the child.
I have used a table and that is all ok except for the fact that on the
child reco... more >>
No output from stored procedure with cursor
Posted by Jonas at 4/13/2006 12:00:00 AM
Hi,
I have stored procedure as a data source for my report in SQL Server 2000
Reporting Services SP2. Before returning a resultset in the procedure, I
loop through a cursor to determine what to output in the resultset. The
cursor itself is read only and does not generate any output, it just... more >>
|