all groups > sql server reporting services > june 2006 > threads for friday june 23
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
Backing up SSRS objects
Posted by GaryDean at 6/23/2006 5:58:39 PM
I'm using sqlserver 2005 developer edition.
Unlike databases, there appears to be no way, in Management Studio, to back
up ReportSever.
How is it done?
--
Regards,
Gary Blakely
... more >>
Custom Aggregate
Posted by Noel at 6/23/2006 4:20:58 PM
How can you create and use a custom aggregate function in Reporting
Services? For example, to calculate the Median in a group.
... more >>
Parameters for sp that depend on the current row fields
Posted by gchinl at 6/23/2006 12:44:01 PM
How can I specify parameters to a store procedure that depend on a row
without using ado.net in code behind?
The problem is that I use 5 parameters for my store procedure. 2 are report
parameters, and I want other 3 to be specified by the fields of the current
row, in this way the returned va... more >>
DateTime Parameter need yyyy-mm-dd format
Posted by MJT at 6/23/2006 10:54:02 AM
I have a parm defined as DateTime in RS2005 (so you see the calendar control
for the parm) .. when selected ... the format is mm/dd/yyyy and I need it to
display yyyy-mm-dd as it was when we had date defined as string rather than
DateTime. I went into regional settings on my pc and changed th... more >>
More Mulitvalue parameter issues...
Posted by NH at 6/23/2006 7:55:02 AM
I have a URL action on a report item that opens a new window to a different
report (using a piece of javascript). I need to pass the selected multivalue
parameter from the first report to this other report. But I cant figure out
how to pass the multivalue paramaters in the url, I have tried ju... more >>
Default rendering in a subscription
Posted by Clang at 6/23/2006 7:21:03 AM
Hi all,
I have uswers who are setting up their own subscriptions and I have been
asked if we can change the default rendering option. It is currently set to
web archive and we almost always use PDF. I haven't been able to find a
setting that will change this. Any ideas?
Thanks... more >>
RS2005 Parameter value persists
Posted by Paul at 6/23/2006 6:53:02 AM
I have a simple RS2005 report with 2 parameters, one with a default value
defined and one without.
When the report is viewed in designer "Preview" mode the second parameter
must be selected before "View Report" will run.
When deployed and viewed through Report Manager and IE6, the second
par... more >>
RS 2000 to 2005 Upgrade question
Posted by kelkoenig NO[at]SPAM gmail.com at 6/23/2006 6:47:43 AM
We're looking to upgrade our RS 2000 environment to RS 2005. I'm
having problems trying to figure out how to do this with the least
impact to our developers and of course our customers. Here's what
we've got right now:
DVLP:
RS 2000 Server running on a shared web server
SQL 2000 DB running... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How do I get the initals of a name in a report?
Posted by Joggel at 6/23/2006 2:24:01 AM
Hello all,
does anybody know the code to get the name initials for a field in a report?
e.g. username is 'John Miller' and i want only the initials 'JM'?
Thanks.
... more >>
|