all groups > sql server reporting services > july 2006 > threads for monday july 3
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
ReportExecutionService namespace
Posted by GaryDean at 7/3/2006 4:47:24 PM
I'm trying to follow a SSRS example from BOL, the beginning of which is
pasted below. The ReportExecutionService class cannot be found. I don't
know what namespace it is in. This example has a using
myNamespace.myReferenceName and I suppose that is something that is supposed
to allow me t... more >>
Session Variable Headaches
Posted by Chuck P at 7/3/2006 3:38:58 PM
Using asp.net 2.0 and I get a lot of
ERROR MESSAGE:ASP.NET session has expired
exceptions from pages that have local SQL reports.
1. Is there any documentation on how SQL Reports use session
variables?
2. Is there a way to eliminate them. We expressly forbid the use of
session variabl... more >>
ssrs 2000 grouping in a matrix
Posted by Louis Ryder at 7/3/2006 2:40:09 PM
I would like to have no borders and not to repeat between the rows that
are being grouped on in the matrix
What I have:
col1 col2 col3
________________________
1 | AA | AB | |
__|______|______|______|
2 | AA | AB | AC |
__|______|______|______|
3 | | AB | ... more >>
Reporting Services
Posted by Ricardo Antunez at 7/3/2006 1:28:01 PM
I must install several reports on a production server and I dont have VS.NET
to deploy them.
Is there another way?
Thanks
Ricardo... more >>
HTML Input
Posted by tschulken at 7/3/2006 11:56:49 AM
We have an Oracle data source that contains HTML as the data. This gets
rendered in our ASP.Net app fine. I was wondering if anyone knew if we
could use SQL Server 2005 Reporting Services to read the HTML, render
it then output it to a PDF. I am curious if the reporting services
would be able to... more >>
Table of contents (TOC)
Posted by zelbi at 7/3/2006 8:43:02 AM
Hello,
I need to create a table of contents at the beginning of the report :
Page 1
ID Client Page
=== ========== ======
01 Test 1 2
02 Test 2 5
03 Test 3 8
-------------------------------------------
Page 2
... more >>
Datetime to Time Only
Posted by lucotc at 7/3/2006 7:15:01 AM
Is it possible in SRS 2K to use a String.Format to change a field of
MM/DD/YYYY HH:MM:SS to display as HH:MM AM/PM only?
Thanks... more >>
Adding Security/Confidentiality Message to Reports
Posted by Raz at 7/3/2006 6:57:01 AM
We have to add a security/confidentiality message at the bottom of our
reports. Is there a way for reporting services to handle this or do we have
to edit each and every report? (we have hundreds of reports)... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Forms Authentication + Report Builder 2005
Posted by si.downes NO[at]SPAM gmail.com at 7/3/2006 3:51:00 AM
I've got Reporting Services 2005 successfully setup using the forms
authentication extension sample that ships with 2005, and have even got
Report Builder up and running having followed a workaround involving a
HTTP filter
(http://blogs.msdn.com/bimusings/archive/2005/11/29/497848.aspx).
The pr... more >>
Deleting All Subscriptions
Posted by Lisa Liputra at 7/3/2006 2:58:01 AM
I have about a large number of subscriptions for ONE report that I would like
to bulk delete. Could you please advise if I could run an SQL query on the
database to achieve this? Due to the large number of subscriptions, I am
finding it impossible to delete the subscriptions thru the browser ... more >>
3 tables on one report
Posted by Marc at 7/3/2006 2:41:02 AM
Dear all
I want to display three tables on one report. This works fine as long I
place them on the same horizontal line (3 columns). If I use 2 columns (first
column table 1, second column tables 2 and 3) I have the problem, that table
3 starts where table 1 ends. Because table 1 is longer ... more >>
|