all groups > sql server reporting services > november 2006 > threads for monday november 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
Security
Posted by Ruby Nadler at 11/6/2006 10:04:03 PM
Hi everyone,
i have 2000 sql reporting server running on internet server. i am sending my
clients link to report containing the report parameters bu running it the get
the report result.
lets say the link is
http://serverip/Reportserver?/CustomerSummery&rs:Command=Render&rs:Format=HTML4.0&rc... more >>
Configure the version of referenced Assemblies after the deployment of a report ("at runtime")
Posted by Jochen Hammann at 11/6/2006 5:04:43 PM
Hi all,
I'm using the Reporting Services 2000 and the Report Designer within Visual Studio 2003. I have
configured several Assembly References (Report Properties -> References). After the addition of an
Assembly the respective row shows amongst others the version of the referenced Assembly. T... more >>
Parameter Question
Posted by jcl_tw at 11/6/2006 4:29:01 PM
I'm trying to run a report that have two sub parameters, for example, the
main dataset runs the following query:
SELECT TimeGenerated, EventID, EventTypeName, EventCategoryName,
SourceName, Strings, ComputerName, SID, Message
FROM SystemEventlog
AND TimeGenerated < @StartDate
The Star... more >>
IE 7
Posted by Fred at 11/6/2006 10:54:01 AM
Hi all,
I've installed IE 7 today and I don't why but I'm locked out of RS. I can
login but I can't see any report even if I'm admin on the machine ( laptop
with XP pro and SQL 2005 sp 1).
Anyone experienced this?
If anyone can help, it would be appriciated
Fred... more >>
Application Settings and data extensions
Posted by Bruce Parker at 11/6/2006 10:40:02 AM
I have application settings that I set in a configuration class and expose
via properties. My business objects use these settings. I use these
business objects in a data extension for reporting services. I include the
configuration dll and business object dlls with my data extension dll. T... more >>
Textbox with CanGrow with large amounts of text
Posted by Bruce Parker at 11/6/2006 10:25:02 AM
We have report with a Textbox that has the CanGrow property set to true.
When there is a large amount of text in the Textbox, the Textbox will start
at the beginning of a new page. We want the text to start on the page that
stills has room on it and then flow down to other pages. How do we ... more >>
Concatenating rows into one field for summary
Posted by lukethepunk at 11/6/2006 9:51:02 AM
Hi,
I am looking for a way of putting multiple values from different rows into
one field, for example:
The dataset returns 3 rows, with two fields, first name and surname like
below:
FirstName Surname
Joe Bloggs
David Beckham
Sue Smith
I want to get all of... more >>
Blank Parameters
Posted by John Cleveland at 11/6/2006 9:06:02 AM
I am trying to use a stored procedure that can accept blank parameters to
return a complete set of data. when I use the preview screen in reporting
services, the sproc does not return anything, yet when i run the sproc from
anywhere else, it works. Is there a setting I am missing to be able ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Filter Help Needed
Posted by Eric at 11/6/2006 8:19:02 AM
Good Day to All,
Need some help with Filters in SQL Reporting 2000.
Have a table report setup with a DS going to a Store Proc. need to add a
filter that is a bit complex. Don't know which filter section I should be
putting this in but in all cases I've run into errors.
Basically when the ... more >>
Any Reporting Service Log experts out there?
Posted by KS at 11/6/2006 7:35:01 AM
We are working on developing some statistical reports to help us to better
undertand how our users are (or are not) leveraging our Reporting Services
implementation. We have been writing execution log data to a database based
on the Msft provided SSIS package that pulls data from the Report S... more >>
|