all groups > sql server reporting services > june 2006 > threads for tuesday june 6
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
Configure Reporting Services
Posted by GregCrossan at 6/6/2006 2:15:02 PM
Specs
Server 2000, IIS5, .Net 2, .Net 1.1, SQL Server 2005 Developers Edition
Unable to set Web Service Identity
Web Service Identity is blank, have set
rsreportserver.config to include
<WebServiceAccount>ASPNET</WebServiceAccount>
Also tried
<WebServiceAccount>./ASPNET</WebServiceAccount... more >>
top 5 values
Posted by Benw at 6/6/2006 1:14:02 PM
I have a chart that returns many values. I just want it to show me the top 5
values. In other words how can it give me the 5 cities with the biggest
polpulation instead of giving me every city. I want it on a chart.... more >>
Reporting on SharePoint list data?
Posted by Jeff Richardson at 6/6/2006 12:41:37 PM
Hi,
Can anyone direct me to a step by step tutorial on how to create a Reporting
Service's XML Dataset that queries a SharePoint list? I have found bits and
pieces in the SQL Books on line but I have not been able to put it all
together.
Thanks
Jeff.
... more >>
filter expression "LIKE" together with report paramter in RS
Posted by j schuetz at 6/6/2006 12:27:02 PM
Hi there
I have a text field that I would like to filter with a LIKE expression, i.e.:
WHERE (dbo.TBL_SchiBeriBeso.Bemerkung LIKE '%BSK%')
When I use this filter expression in the data query of Reporting Services
everything goes well.
But when I try to use this filter expression in the t... more >>
SSRS 2005 new install - insufficient permissions
Posted by DJanson at 6/6/2006 11:34:01 AM
My network admin has installed SSRS 2005 on SQL Server 2005 and IIS, but we
are not able to access or have limited access to the report server.
When I enter http://{server}/reportserver, I get the error "..permissions
granted to user...are insufficient...(rsAccessDenied)".
When I ent... more >>
Interesting subscription question...I could use some brainstorming help
Posted by kimcheebowl at 6/6/2006 11:14:49 AM
I have a report that needs to be emailed to 40 diffferent technicians.
Each tehnician handles a different US region so the report will be
driven via a parameter (most likely a technician ID). We don't want
other technicians seeing data for someone elses region. This all has
to be automated, ... more >>
Docked Headers
Posted by Larry at 6/6/2006 8:36:02 AM
Can I set my page header to stay visible on the screen while scrolling thru
the detail lines below it? Thanks.... more >>
Internet reporting
Posted by Kat at 6/6/2006 8:19:02 AM
I've recently set up SQL Server 2005 and have implemented Report Services /
Report Manager for users to be able to view reports via our intranet. Many
of the users are remote users, from time to time, and I would like for these
users to see the same reports from the Internet (preferrably bein... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
OnInit use of Report.User!UserId
Posted by RobertHillEDS at 6/6/2006 7:45:02 AM
This code is placed in the Report Properties / Code window.
Running this is vs2003 IDE.
Dim strUser as string
Protected Overrides Sub OnInit()
struser = str(report.user!userid)
'plan on passing the userid to a custom class : 'objRwh.MyInit(struser )
End Sub
The dialog box error receiv... more >>
can I use report builder with SS2000 and RS2000
Posted by Dan D. at 6/6/2006 7:18:02 AM
We're using SS2000 SP4, RS2000, VS2003.NET.
As I understand it, report builder will be installed when I install SS2005.
Would it be possible to use report builder from SS2005 with RS2000 and SS2000
or will I need to use SS2005 and RS2005?
Thanks,
--
Dan D.... more >>
Render to CSV without Header
Posted by gdjoshua at 6/6/2006 7:12:02 AM
How exactly do you do this. I read another post on this forum and it talked
about setting a parameter in the device info... Where is the device
info??????? Any help would be greatly appreciated...... more >>
ReportViewer Control for C# Express Windows Forms
Posted by Geoffers at 6/6/2006 6:00:00 AM
How do I install the above please
The only download I can see for windows forms is ReportViewer.exe but
this is only the redistributable.
Kind regards and thanks
... more >>
custome code - global?
Posted by PacMan at 6/6/2006 4:16:02 AM
Is the custom code you write in the Properties section of one report
accessible to other reports within the same project? if so, how is it
accessed?
Thanks,
PM... more >>
|