all groups > sql server reporting services > september 2005 > threads for wednesday september 14
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
SQL Server 2005 : Err while deploying Report project
Posted by Shagun at 9/14/2005 11:13:02 PM
Hi ,
I created a report project when I tried to deploy it .
I gave Target server URL as http://localhost/Reportserver
It gave error as Share point portal server 2003 was installed in my machin
it was some port conflict. That is why I created a new virtual directory
Report server ... more >>
Report Services Demo?
Posted by kmbarz at 9/14/2005 11:09:02 PM
I'd like to show the capabilities of report services to my boss as it is
light years ahead of what we're currently doing (home grown spaghetti code.)
Due to site security I can't bring a personal computer in and can't install
it on my work computer. While my isp has sql, they won't install r... more >>
Ranges withing a graph
Posted by Scott at 9/14/2005 7:19:02 PM
I've created a bar graph that is charting values between 1-100 for a group of
organizations. Beside displaying a bar for a value of say 55, I need to tell
the user that values between
1-50 are unacceptable
51-70 are fair
71-100 are acceptable
My client would like to shade the backgroun... more >>
jump to URL and ReportParameters
Posted by Ricardo at 9/14/2005 4:16:16 PM
Hi all...
Is there a way to set the format of a date parameter to day/month/year ?
I´m using jump to URL to navigate to another report by setting up the action
property of textbox to:
= Globals!ReportServerUrl & "?/Folder/ReportOne&InitialDate=" &
Parameters!InitialDate.Value
PS.: the ... more >>
report item not linked to a dataset
Posted by Jan Hussaarts at 9/14/2005 3:51:04 PM
Hi,
I'm using SQLServer 2000 and Visual Studio 2003.
Today all the sudden in Visual Studio the field list pane is empty for all
reports I have created. When I try to ad a field using Expressions, I receive
the message "report item not linked to a dataset". As a source for the
dataset I u... more >>
Multiple columns?
Posted by Brian Cesafsky at 9/14/2005 3:28:44 PM
I have a SPROC that returns any number of vehicle options for a specific
vehicle.
I want to display the information in a multi-column fashion like this...
4speed Auto Windows Floor mats
Radio Bucket Seats Wheels
NOT like this
4speed
Auto Windows... more >>
User Defines Fields to Appear on Report
Posted by JEspana at 9/14/2005 1:56:05 PM
Hi All,
I am new to SQL Server Reporting Services, so any insight would be greatly
appreciated. My users are asking for the ability to define which fields will
appear on a report. They want to be able to select from a list of predefined
fields and that selection will generate a custom versi... more >>
Use Of Custom Assembly only works in Visual Studio....
Posted by Query Builder at 9/14/2005 1:50:38 PM
I am using a custom assembly that returns the logged in user's full
name. This works fine when previewing in Visual Studio, but not working
when viewing the report on a browser.
The steps I did...
1. Installed Custom Assembly.
2. Referenced custom Assembly in Report / Reports Properties /
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
blank pages inserted on exported pdf and tif format
Posted by Lianne Kwock at 9/14/2005 11:22:17 AM
Hi,
After I export the report to PDF or TIF format, the pages became double. It
inserts a blank sheet on every page of the report. Does anyone know how to
fix this issue? Any help is appreciate it.
Thanks,
Lianne... more >>
Programmatically hiding chart on the report page.
Posted by Simon Gold at 9/14/2005 11:06:04 AM
I need to show or hide a chart on my my report based on the result of the
dataset.
I tied to assign an expression to Visible.Hidden property of the chart like
that "=First(Fields.Visible.value)" WHERE I assigned 0 or 1 to the 'Visible'
column of my dataset. It did not work. Is there a way to... more >>
Installation error: Database 'ReportServer' does not exist.
Posted by hugh at 9/14/2005 10:50:11 AM
I am banging my head against the wall, and appreciate any help you can
offer. I am installing Reporting Services on a Windows 2003 server with SQL
Server 2000 SP4, MDAC 2.8, IIS 6.0 with ASP enabled, .NET Framework.
I get the following error during the installation process:
"SQL Setup fai... more >>
Subtracting the previous number...
Posted by DigitalVixen at 9/14/2005 7:50:07 AM
Hello,
I have a number of payment records that populate a table within a list,
grouped by payment number.
Ex.
TotalPaid = Balance = 500
Date Amount Balance
8/1/05 100 400
8/31/05 100 300
How would I calculate the Balance? I tried Fields!TotalPaid.Value - ... more >>
html tags showing in rendered subscription report
Posted by JT at 9/14/2005 7:21:57 AM
All the sudden my report subscriptions have been spewing html tags onto
my reports. This only happens when a report is sent out via an email
subscription and not when I run the report thru Report Manager. This is
not happening to just one report, but many.
I am not sure at this point if it is al... more >>
Weird attachment problem
Posted by Asher_N at 9/14/2005 5:17:16 AM
I have a weird problem with an attachment.
I have a SQL Server 2000 with Reporting Services. Every morning it
generates a report and e-mail it to 6 people as an Excel attachment.
5 of those people also us Blackberry. I do not.
They can open the report on the BB, or through Outlook. If they... more >>
Reporting Services and VB6
Posted by Igor at 9/14/2005 3:31:04 AM
Please help me in my work !
I Have to work with SQL Reporting Services in Visual Basic 6. Please help me
with some example code. I tried to create application using SOAP 3.0 toolkit,
but i always get Type conversion error or some function parameters like
"ParameterValue" for GetReportParame... more >>
Jump to report and stay in the same frame
Posted by Tomas Fagerström (Sweden) at 9/14/2005 2:09:03 AM
We have a windows application that opens up a report via an URL link. This
works fine and the report is opened whithin the same frame that the link is
displayed in.
Next step is to jump to a second (and third) report and this time I can't
stay in the same frame...
I have tried the Jump t... more >>
Problem in Loggin to webservice
Posted by Gopal Prabhakaran at 9/14/2005 12:00:00 AM
Dear All,
I have problem while calling my report from report server using URL METHOD.
we have config'red our reporting service using forms Authentication.
(so we have login page)
My problem is i have to call the report, using URL METHOD, by supressing
that login page
why becos, some ... more >>
Edit Row/Cell-BorderStyle at runtime
Posted by Martin at 9/14/2005 12:00:00 AM
i want to edit the BorderStyle property at runtime. is it possible by using
expressions? or is there no way to edit the borderstyle property by
anything?
Martin
... more >>
|