all groups > sql server reporting services > september 2005 > threads for monday september 19
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
How to show a linked report in a report container?
Posted by Paul at 9/19/2005 11:35:43 PM
I have a report container (reportviewer.dll) in a .net web page to display
the reports using the reporting services. Some of the reportds are linked
report and I am not sure how to display it in the report container.
Currently it opens on a new page. Thanks.
... more >>
Changing Row Height Question
Posted by Shane Eckel at 9/19/2005 11:29:03 PM
I have a report of Assets where I let the user decide if they want to group
on the Asset category or not. If they choose a Group from the Parameter
list, the report puts the Asset Category in the Group Header. If they choose
not to group, then it puts nothing in the Group Header. However, t... more >>
What is the latest version of ReportingServices?
Posted by José Araujo at 9/19/2005 4:56:34 PM
Microsoft SQL Server Reporting Services Version 8.00.969.00? (it can be
checked out in http://(server)/ReportServer)
Thanks, José Araujo.
... more >>
selecting top 10 records in charts
Posted by Amit Saxena at 9/19/2005 4:14:30 PM
Hi,
I am creating a chart in MS sql reporting services.
In one of the charts i have to show only top 10 records.
The dataset,is being shared by 4 more charts, therefor I cannot modify
the dataset.
Is there a way by which i can specify to selcet only top 10 records.
Thanks
Amit... more >>
Can I use Reporting Services within a C# windows application
Posted by rmstaylor at 9/19/2005 3:29:03 PM
Can I use sql Server 2000 Reporting Services within a C# windows application
--
Thanks!... more >>
Record count in reports
Posted by PTosh at 9/19/2005 3:09:02 PM
Does any one know about if RS has a record count. I know there is page count
but did not find record count. Is there anyway to add that to the report.
For example like showing 26 - 50 of 123 records
Will this feature be included in SQL 2005 RS?
Thanks
... more >>
The underlying connection was closed: Could not establish secure channel for SSL/TLS.
Posted by moondaddy at 9/19/2005 2:24:10 PM
I'm working on my Dev machine today and am trying to run some SSRS reports,
but SSRS is getting errors. So I tried to open up report manager and I just
get an Error Page with this msg:
The underlying connection was closed: Could not establish secure channel for
SSL/TLS.
Im not running S... more >>
Resetting Page Number in SQL Reporting Services
Posted by Denny at 9/19/2005 12:09:32 PM
Does anyone know of a way to reset page numbering when the group changes?
Thanks,
Denny
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ActiveX print button on SQL RS 2000 formatting to .5"
Posted by David Bienstock at 9/19/2005 12:06:08 PM
Is there any way to get the print button to format *automatically * the
margins based on what was written in the RDL?
For some reason it appears to want to be 0.5". I hate to tell the users to
keep changing it or exporting to PDF to get the margins I intended when I set
them from the Repor... more >>
scheduled snapshot
Posted by Jackson at 9/19/2005 11:26:28 AM
I have a report that uses execution snapshots but for some reason the
snapshots don't seem to be executing.
I used 'Render this report from an execution snapshot'
'Use the following schedule to create exection snapshot'
and configured it to create a snapshot everyhour.
but ... more >>
SUM( IIF ....
Posted by alison at 9/19/2005 10:58:10 AM
For a lot of my reports I use a "SUM(IIF" expression and it works like a charm.
ex. =SUM(IIF(Fields!clientType.Value=1,1,0))
Now I am running into a situation where I need to have two arguments in my
expression and then sum if both are true. Is this possible? It seems easy,
but for some reason... more >>
Subscription Include Link not correct
Posted by Brent at 9/19/2005 9:45:07 AM
I have subscriptions that are being emailed out as
http://servername.xxx.com/ReportServer ...
rather then
http://dnsname.xxx.com/ReportServer ...
This causes many users on our WAN to not be able to access the report link
when they click on it from their email. We are on SP2. What setting... more >>
Setup could not initialize the report server
Posted by AJ Cohen at 9/19/2005 9:25:02 AM
I've installed RS three times on other computers, but this time it won't work!
I'm getting the error: "Setup could not initialize the report server." When
I go look at the SQL Server Error Logs, I see many copies of this error:
w3wp!library!168!09/19/2005-11:04:23:: i INFO: Call to GetPermis... more >>
hidden report parameters
Posted by stark at 9/19/2005 8:14:04 AM
Hi, my report has 3 parameters, 2 of which I don't want displayed since I
will set these programatically. I am unable to successfully make these
parameters hidden. I have tried the following suggested solutions:
1-) when parameter 'hidden' option is selected
error: "The given key was not p... more >>
Two column report
Posted by S=f8ren Lund at 9/19/2005 6:53:34 AM
Hello,
I've been trying to create a two-column report but only the first column
is rendered when I set the number of columns on the report.
I've tried both in the preview and uploading to an actual Reporting Services
server with the same result.
---
Med venlig hilsen,
Søren Lund
ww... more >>
Add template to Report Builder
Posted by mopthe at 9/19/2005 6:20:21 AM
Hi,
Is it possible to customize or add new templates to Report Builder?
Thanks in Advance,
Mopthe
... more >>
Toggle DrillDown broken
Posted by James Snape at 9/19/2005 12:00:00 AM
Hi
I am having an issue with drilling-down records in a report using the expand
and collapse image.
As far as I can understand when I click the expand/collapse image it sends a
request with an '#' anchor with the id of the section to toggle.
My question is: How does Reporting Services rem... more >>
|