all groups > sql server reporting services > september 2004 > threads for monday september 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
ReportParameters setting ValidValues
Posted by bob at 9/6/2004 11:45:01 PM
Hi,
I am trying to pass parameters using Reporting service web service. Here is
the code I used. I feel I am not passing validvalues properly. Can anyone
help me. Thanks in advance.
ReportingService rs = new ReportingService();
rs.Credentials = System.Net.CredentialCache.DefaultCredentials;... more >>
Subscription for external emails
Posted by Lakshya at 9/6/2004 11:07:18 PM
Hi:
I have created a data-driven subscription in which emails are sent out to
alias with domains other than our company. The subscription fails for all
alias not belonging to company domain name with the message
at ReportingServicesCDOInterop.MessageClass.Send()
at
Microsoft.ReportingSe... more >>
3rd party tool to create reports
Posted by Jakob Olsen at 9/6/2004 7:25:41 PM
Hi,
Does any one know of a 3rd party tool to create report definitions for SQL
Reporting Services so you don't have to use Visual Studio.NET?
Y/Jakob
... more >>
Integrated AND Basic authentication??!
Posted by Kjell Brandes at 9/6/2004 1:17:47 PM
Trying to set up a site with both integrated and basic authentication
enabled (anonymous disabled of course).
When working on local network I want integrated auth. to act, and it does,
no problem.
Accessing site from outside of local network Basic auth. should kick in, and
it does, no problem. ... more >>
Fixed Height - Invoices
Posted by Matt at 9/6/2004 12:17:30 PM
Hi,
I am trying to create invoices, quotes, order documents using RS.
Typically for these documents, the totals go at the footer of the report.
We also have lines indicating columns so it's easy to look down the totals
column. How might you do this in RS?
many thanks
Matt
... more >>
Column Totals
Posted by DC at 9/6/2004 12:14:27 PM
Hi,
I am trying to come up with column totals like,
Jan Feb Mar ...
P1 2000 2 5 6
2001 7 10 8
2003 10 5 9
P1 2000 4 12 10
2001 7 10 8
2003 1... more >>
How to integrate with Visual.Net
Posted by ad at 9/6/2004 11:27:14 AM
I want to provide useid and passoword in Visual.net , and pass them to
Reporting service.
How can I integrate Visual.Net with Reporting service?
... more >>
Please advise - Is Active Directory required for RS Enterprise?
Posted by Chris Lewis at 9/6/2004 11:06:04 AM
We are implementing a web-based reporting system, using custom (ASP.NET
Forms) authentication - so our users do not have Windows accounts.
Can we create an Enterprise RS setup (including Network Load Balanced Report
Servers) without deploying Active Directory?
If the answer is yes, what are ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Wishlist: Tooltips on Parameters
Posted by Matt at 9/6/2004 9:47:26 AM
Hi,
it would be great if we had the ability to supply tooltips for parameters.
regards
Matt
... more >>
Default web site not listening on port 80
Posted by Vemund Haga at 9/6/2004 9:18:58 AM
Hello,
For various reasons our default web site is not listening on port 80, but
81. The installation of Reporting Services went OK and I can do all
administration from the browser. Ie., everything seems OK with the
installation.
However, Visual Studio does not manage to connect to the rep... more >>
Data Driven Subscription - odd issue
Posted by Matt at 9/6/2004 7:53:02 AM
Hi,
my result set for a Data Driven Subscription consists of 24 subscribers with
associated data so I would expect 24 emails. For some reason 32 emails are
sent - i.e. there are some double-ups.
Any ideas on this?
thanks
Matt
... more >>
OPENROWSET with reporting services
Posted by Boknaai at 9/6/2004 5:33:05 AM
I am having some problems with a query that uses OPENROWSET Command for a
report I am writing for Reporting Services.
I have the following Stored Procedure:
SELECT SPJPositionMC.PortfolioCode, SPJPositionMC.PortfolioName,
SPJPositionMC.InstCode, vwRAFFacilityReport.DealID,
vwRAFFacilityRep... more >>
Help ! Error after (windows update) of .NET Framework
Posted by Thomas at 9/6/2004 5:19:08 AM
Hi all,
today i updated my .NET framework to 1.1 SP 1 (via windows update).
After than, my reporting services failed with the error key
"rsReportServerDisabled".
I have just a german full error message, but it is something with
"...decode symetric key ...". I use Win XP Professional as operat... more >>
Overwrite query
Posted by May Liu at 9/6/2004 12:53:06 AM
Can I call web service to overwrite the query ??? If yes, how can do it ???... more >>
|