all groups > sql server reporting services > march 2006 > threads for friday march 17
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 31
Using SQL Server2005 Bussiness Intelligence Dev. Sudio to deploy RS2000
Posted by WaikikiFrog via SQLMonster.com at 3/17/2006 7:56:45 PM
Using SQL Server2005 Bussiness Intelligence Dev. Sudio to deploy RS2000
It is failed to deploy to http://local/ReportServer/. I had check all
directory service and right.
Do you think the reason is the compatible issue? So, I can not use 2005 .NET
Studio to deploy to older verion, Report Serv... more >>
Add Disclaimer Text to the RS report Subscription
Posted by RAGHAVAN JAYARAMAN at 3/17/2006 4:27:27 PM
I want to know , how to add Company Disclaimer text whenever Report is
Subscribed for Email. Either directly From Report Manager subscription / using
Create Subscription Web Methods. I don't want to put it as Report Footer.
Thanks!... more >>
Custom Code
Posted by gdjoshua at 3/17/2006 2:02:27 PM
I've created a function in the code tab but when I go back to the text box
that is going to call the custom code through the expression... i type code.
and my function isn't there... anybody else see this???... more >>
How to link datasets for reporting?
Posted by T at 3/17/2006 9:40:31 AM
I have 2 datasets for a single report. One dataset(1) returns value(s), the
second dataset(2) has many records for each value(s) of dataset(1). Yes, one
to many. On the report I wish to display a result of dataset(1) with a
wrapping text box with the many values of dataset(2), then pagebreak... more >>
Authorization Based on UserId and Parameter Data
Posted by RAV at 3/17/2006 4:37:33 AM
Hi All,
I am novice for reporting services.
Is it possible to get the parameters of the report and do authorisation
check based on the parameter value and UserId ?
Or is there other alternative to this kind of requirement..
Thanks,
Raghu
... more >>
SQL Reporting Services 2005 Versions
Posted by DaveW at 3/17/2006 4:14:27 AM
We currently have SQL Reporting Services 2000 (version 8.00.1042.00) in which
we have access to data driven subscriptions. We only have SQL Server 2000
standard.
In setting up a new server with SQL Server 2005 and SQL Reporting 2005
(version 9.00.1399.00) we do not have access to data drive... more >>
Specifying MDX Statement for dataset not possible (SQL Server 2005, RS 2005)
Posted by ladam NO[at]SPAM petafuel.de at 3/17/2006 2:50:44 AM
Hi,
i have following MDX statement, which I want to use for a dataset in
reporting services:
---
SELECT {RS_ns_PX_Register} ON Columns, [Register].AllMembers ON ROWS
FROM [Main]
---
RS_ns_PX_Register is a named set and [Register] is a Hierarchy defined
in the [Main]-Cube.
The statement w... more >>
Does anyone bother reading this newsgroup
Posted by sloppycode NO[at]SPAM gmail.com at 3/17/2006 2:44:48 AM
Seems to be like the Exchange Server newsgroup - thousands of 1 thread
posts with nobody answering. Microsoft might want to consider answering
these groups
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Licencing question
Posted by Eric Le Bouffon at 3/17/2006 2:29:32 AM
We have several SQL servers 2000 in production.
I would like to introduce SQL Server 2005 Reporting Services but
without upgrading the existing servers.
What is the cheapest option to install one SQL Server 2005 Server
instance to use it's Reporting Services feature (accessing the SQL 2000
da... more >>
CreateReports and Delphi 7
Posted by Sandra Geisler at 3/17/2006 12:00:00 AM
Hello,
I have question regarding the method CreateReports. I develope in Delphi 7
and did the following to call the method (other methods before, like
CreateDatasource work successfully):
procedure TRepServWrapper.PublishRDLFile (const rdlname, rdlfile, parentPath
: String);
var
fs :... more >>
|