all groups > sql server reporting services > june 2005 > threads for friday june 10
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
Document Map customization options
Posted by Patrick P via SQLMonster.com at 6/10/2005 3:13:57 PM
Hello,
I wanted to customize the document map to remove the report name from the
top of the tree. Anyone know how to do that?
I also wanted to add links to other reports. Is this possible? If so how do
I interface with the doc map?
Thanks,
Patrick
--
Message posted via http://www.sq... more >>
report manager language
Posted by Vincent Vinet at 6/10/2005 3:06:20 PM
The language for browsing the report manager has suddenly switched from
french to english. Is there any way to switch it back to french?
... more >>
Value in TextBox
Posted by Mahesh at 6/10/2005 1:38:20 PM
Hi,
I am trying to display a text field in a table region.
Value is set to
=IiF(Fields!CompanyName.IsMissing,
Fields!UserName.Value, Fields!
CompanyName.Value)
But for some reason the text is not getting displayed, but shows a
blank in the text box. I tested using individual... more >>
Dynamic Parameters and using an "All" Value
Posted by Jack Bender at 6/10/2005 1:11:05 PM
I have a report that I need to create a parameter of Territories which I can
do with the following Data set...
Territories>>>
Select Name
From dbo.territory
and
Contacts>>>
SELECT TER.Name AS Territory, CAST(CON.ContactId AS varchar(36)) AS
ContactID, CON.FirstName, CON.LastName, ... more >>
pdf size due to images
Posted by PD at 6/10/2005 12:39:02 PM
We have a report with a number of external images. When the report is run
and exported to pdf, the resulting document is over 2mb (regardless of
whether the report is run in VS or the ReportManager). When the images are
changed from external to embedded, the resulting pdf document is around ... more >>
PLEASE HELP!!!! Unable to connect to SQL Database from Report Man
Posted by PV at 6/10/2005 12:30:02 PM
Hi,
I am working with SQL Reporting services 2000.... The report is unable to
connect to a remote datasource as I try to preview it. The database uses both
SQL and Windows Auth.
1. Created a shared datasource in my project
2. Deployed it on the server. Used OverwriteDataSource = false
3. ... more >>
Matrix SubTotals
Posted by Harolds at 6/10/2005 12:07:08 PM
The data cell contains '=iif( Fields!dt.Value <
#11/1/2004#,"*",Sum(Fields!MyValue.Value))' which is causing the subtotals
(row & column) to show an * whenever the row or column shows an *.
How do I get the subtotal to ignore the *'s and subtotal on just those cells
that contain a value.... more >>
Reporting Services PDF Size
Posted by Jeffrae at 6/10/2005 9:47:07 AM
Is there any way to shrink the file size of the PDF? When I resave the
file with Acrobat it is much smaller.
I can create the same report with crystal reports and have a much
smaller PDF..
Maybe it is a DPI setting or something?
2Meg 1 page PDFs are just not cutting it for me. There mu... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Designing SQL2K RS reports using VS 2005 Express
Posted by Nikolai Sonin at 6/10/2005 8:47:24 AM
Anyone:
Is it possible to install the SQL Server 2000 Reporting Services design
component for Visual Studio 2003 into Visual Studio 2005 Express to design
reports that will be deployed to Reporting Services running on SQL Server
2000? Thank you in advance for your time. ... more >>
Dataset Query Parameter
Posted by Todd Simmons at 6/10/2005 8:06:04 AM
I have a dataset query that contains the expression:
Cost * (1 - ABS(SIGN(DATEPART(mm, OrderDate) - DATEPART(mm,
DATEADD(DateInterval.Month, - 11, { fn NOW() })))))
I have had no luck replacing the { fn NOW() } with a parameter and was
wondering if it was at all possible.
... more >>
Size of the markers on the line chart legend.
Posted by Simon Gold at 6/10/2005 6:27:02 AM
Who knows how to change the size of the markers in the legend area of the
chart? I can change the size of the markers on the line chart itself by going
to chart data values appearance tab in chart properties. But this change does
not affect the size of the markers in the legend.
When I have ... more >>
Error: Report Manager in Forms Authentication
Posted by Mirtul at 6/10/2005 6:09:04 AM
Hi
I have tried to implement Forms Authentication for Reporting Services.
Everything works fine now except the Report Manager. Whenever I try to enter
the report manager I get the following error:
Client found response content type of 'text/html; charset=utf-8', but
expected 'text/xml'. ... more >>
Reporting Services 2005 using Analysis Services 2000 as a datasource
Posted by Steve McHugh at 6/10/2005 3:48:09 AM
Has anyone tried this and if so what degree of success have you had.
I've tried with both April and June CTP and cannot get anything of any
use to return. This begs the question, is the only way to get data from
SSAS 2000 into reporting services is to use a flattened dataset through
OLEDB.
In... more >>
Permissions
Posted by Bryan Avery at 6/10/2005 3:03:02 AM
The permissions granted to user 'NT AUTHORITY\NETWORK SERVICE' are
insufficient for performing this operation
I am getting this error when I have installed my asp.net application on the
server, it runs fine on my development box, here is the code that is running:
Dim rService As Re... more >>
The & character in url causing a problem
Posted by NH at 6/10/2005 1:24:01 AM
Hi,
I am trying to open a report by url and one of the paramaters in the report
url can contain the "&" character. This causes a problem with the url and the
report will not open. Obviously if the parameter does not contain the "&"
character the report works fine.
How do you handle this ... more >>
Set Report File Name resulting from subscription
Posted by Matt at 6/10/2005 12:00:00 AM
Hi All,
We have a Quote report which gets sent to our clients via subscription.
The subscription creates the filename "Quote.pdf". Ideally, we'd like to be
able to include the Quote number in the file name sent to the client. So if
for instance the Quote number is 1579, the file the client... more >>
OLAP based reports not rendering
Posted by Kaisa M. Lindahl at 6/10/2005 12:00:00 AM
I hope someone with a bit of knowledge about Analysis Services and Reporting
Services can give me some help here, please.
A client has the following setup:
One Windows 2000 server running SQL Server 2000 sp 3, Reporting Services sp
2 and IIS 5.
One Windows 2003 server running Analysis S... more >>
Sub total on left hand side
Posted by Kathy at 6/10/2005 12:00:00 AM
Hi All,
I have a matrix grid I need to put the subtotal on the left - is there a way
to do this - whenever I add it - it puts it on the right
i.e.
Date
Total
Category Group1 Group2 Group3
However I want it like this
... more >>
Moving Reporting Services Virtual Directories
Posted by Jonny at 6/10/2005 12:00:00 AM
Hi
I have followed the aritcle
http://www.sqljunkies.com/HowTo/525B575A-7F61-483A-AC8F-FEC700C34674.scuk to
a tee, but when i run the new web site i get a page not found for
http://localhost/reports/home.aspx
If i run it on the default web server everything is fine.
I tried testing it... more >>
Navigating to custom url from reportring
Posted by Vadym Stetsyak at 6/10/2005 12:00:00 AM
Hi, All!
Recently I came across an interesting problem
Preface: one of the fields in the report has 'jump to url' property set.
when report is generated this link is transformed to url.
However if you want to add custom url e.g. google.com, reporting server
replaces that url with the url li... more >>
|