all groups > sql server reporting services > september 2004 > threads for monday september 13
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
Dynamic dataset
Posted by Tamas Szaniszlo at 9/13/2004 10:43:21 PM
Hi all,
I would like to create a report in which I can dynamically define the
dataset (i.e: the name of the database). How can I do it?
Regards,
Tamas Szaniszlo
... more >>
Problem with subscription parameters
Posted by Andres at 9/13/2004 8:56:04 PM
Hi
I have a report with some parameters (some have default values, some no).
When leave all parameters visible and execute the report interactively it
works fine. If I hide some of them that have default functions it works fine
too. But when I subscribe to that report with some hiden parameter... more >>
Line Column Charts
Posted by david.reller NO[at]SPAM ato.gov.au at 9/13/2004 8:55:09 PM
Is it possible to generate a line column chart in Reporting services.
It is possible in Excel. But I haven't found a way in reporting
services.... more >>
Modified Report not rendering over an existing one
Posted by Chuck at 9/13/2004 7:07:10 PM
Hi,
Is it posible to overwwrite an existing report (in the same folder) with a
newly modified one. I recently made some changes to an existing report,
deployed it to the same report folder in the report manager but the new
changes failed to overwrite the old one. May be I should delete th... more >>
Chart Question: Number of Bars on X-axis
Posted by Raj Chidipudi at 9/13/2004 6:30:51 PM
Hi Guys,
Is there any way, we can set the number of Bars on X-axis per Page (in a
Column Chart) in Report Designer?
All I want to do is set no of Bars per page so that a new page is created if
the number of bars on the X-axis exceeds the given value..
Any help is appreciated..
Regards
... more >>
Matrix with totals at the top and a empty row
Posted by Reg at 9/13/2004 6:21:03 PM
Hi,
I would like to have the following,
field 1 field 2 field 3
---------------------------------------------
empty row
total 1000 1000 1000
empty row
field 4 2000 2000 2000
field 5 8000 8000 8000
Any advice on how to do that?
... more >>
Creating a report on a file share from a stored procedure
Posted by Greg Clark at 9/13/2004 5:15:24 PM
Hi,
I've seen one or two postings on this, and in particular 2 approaches:
1) running rs.exe from a stored procedure in conjunction with xp_cmdshell.
I have successfully managed to create and test a stored procedure that
renders a report to a file share using this approach - but for some reaso... more >>
RServer in 3 tier environment
Posted by Cliff_Harker NO[at]SPAM hotmail.com at 9/13/2004 4:14:27 PM
Can anybody shed some light on this for me?
I have to deploy Reporting Services in what I think is a fairly
typical 3-tier Internet environment.
I have the following
Firewall - 443 only
IIS Server (x2)
Firewall - 443 only
App Server (IIS)(x2)
Firewall - 1433 only
SQL Server
Questio... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Adding Totals from SubReports
Posted by TrussworksLeo at 9/13/2004 4:11:05 PM
Hello....
Does anyone know why this expression is not working?
=Reports![Sub Lay Out for Approval].Controls!TotalJobs
+ Reports!Backlog!Controls!TotalJobs
Here is the error I am getting... It is asking me to declare an object
which is part of the object model right?
The value expre... more >>
The request failed with HTTP status 404: Not Found.
Posted by Richard Cranium at 9/13/2004 2:27:36 PM
when navigating to localhost/reports I get...
The request failed with HTTP status 404: Not Found.
This is on a 2003 OS. Any ideas?
Thank you for the help!
--
... more >>
Stand Alone Report Designer
Posted by Cameron at 9/13/2004 2:18:07 PM
We have a licensed version of SQL server and have built
reports in .net using the report designer.
Our end product shippped to the customer will include
some of these reports. Our client will need a stand alone
SQL Services Report Designer so they may develop reports
at there convenience... more >>
Linking a report to a dataset
Posted by Ed Willis at 9/13/2004 1:56:01 PM
I copy a report by viewing the code and pasting into a new report. The
problem is that the fields do not display for expressions etc. It gives the
following error "report item not linked to a dataset". How do I link the
report to a dataset so I can see the list of available dataset fields?
... more >>
Subscription Email delivery option missing
Posted by epopo NO[at]SPAM attbi.com at 9/13/2004 12:55:25 PM
I am trying to setup some subscriptions for delivery of reports, but I
am not getting an "Email" option in the "Delivered by:" dropdown on
the Report Delivery Options page. I did designate an SMTP server
during RS setup, as is shown in this portion of my
RSReportServer.config:
<Delivery>
... more >>
Reporting Services Examples
Posted by Scott at 9/13/2004 12:17:39 PM
Can anyone suggest a website where I can see reporting services in action?
I'm trying to evaluate if this would be good tool to use, but I haven't been
able to get the samples to work yet.
Thanks,
Scott
... more >>
Error in Hiding Report Item
Posted by Ponnurangam at 9/13/2004 12:11:14 PM
Hi,
I am trying to show the textbox depending on the page numbers in Page
Footer. But, I get the following error in doing so
Expression in Visibility section of Textbox:
IIF(Globals!PageNumber>1,true,false)
Error: The hidden expression for the textbox 'textbox400' has the value
"IIF(Glob... more >>
images not lined up
Posted by jeremy at 9/13/2004 8:31:52 AM
hi all
i have a large image in the header of the report but when
i deploy a report to the report server the images and
words in the header of the report are not lined up with
the rest of the report i have smaller images in the
footer of the report that line up fine any ideas on this?
t... more >>
Error Installing Reporting Services
Posted by Dan Bock at 9/13/2004 7:52:29 AM
I attempt to run the Reporting Services installation and
get and on the screen right after the license agreement, I
get a message that says just "Error!" and I cannot
continue. Is there a log file somewhere I can look at -
nothing was installed so no directory exists on the hard
disk. I ... more >>
Example PDF Rpt in New Window
Posted by Glass at 9/13/2004 5:39:12 AM
Have an asp page where the user selects a button to display information to a
new window in PDF format. Seeking a coding example....
Glass... more >>
using an ADO.NET dataset as a reporting service data source
Posted by Boknaai at 9/13/2004 5:07:05 AM
I want to use a WebService (which returns a dataset) as the source for a
report. I have worked out that a custom dataset cannot be used "out of the
box" with reporting services and a data extension needs to be written to
achieve this.
I came across Christa Carpentiere's article on using an... more >>
Known fields are not returned by using a stored procedure
Posted by Dorte at 9/13/2004 4:51:02 AM
Hi,
I am trying to use a stored procedure to get data, but I can't get it right.
So far I have done this:
1) In the "Edit selected dataset" dialogue in the query tab I have entered
the name of the stored procedure.
2) In the Parameter tab I have entered the parameters for the stored
proc... more >>
Import Charts
Posted by m.herrmanns NO[at]SPAM fme.de at 9/13/2004 2:33:57 AM
Hello NG!
I want to import AccessXP reports with charts. Is there any possibility to do this?
In the report designer error message callt object is not supportet.
Michael Herrmanns... more >>
help!! substract two columns from two tables
Posted by Kline at 9/13/2004 2:03:02 AM
I hope you can understand what I mean !
my english is not very good , i live in taiwan! i have a problem
table A :(income of year 2004) table B: (income of year 2003)
ITEM NAME INCOME INCOME growth
_______________________________________________
A ... more >>
Add static calculated column AFTER dynamic columns in a matrix?
Posted by Vincent at 9/13/2004 1:41:06 AM
Is it possible to add a calculated static column to a matrix, after the
dynamic ones?
I have the following matrix to create:
Indicator Units 2001 2002 2003 2004 %Change
---------------------------------------------------------
Volume M3 23 33 44 55 25%
Energy ... more >>
Two static columns in matrix possible?
Posted by Vincent at 9/13/2004 1:15:08 AM
Is it possible to define a matrix that has 2 static columns?
I have the following matrix to create:
Indicator Units 2001 2002 2003 2004
--------------------------------------------
Volume M3 23 33 44 55
Energy KJ 33 34 35 36
etc.
The Indicator co... more >>
Toolbar not rendering when calling report from Webservice
Posted by anandsagar NO[at]SPAM gmail.com at 9/13/2004 1:05:05 AM
I have created quite a lot of reports with Reporting Services.Iam
calling these reports from my web application through URL Links. All
the reports have parameters that are called from the application
through URL and some parameters that the end user will enter.
Now I have decided to write a C#... more >>
Deployment to IIS and SQL
Posted by Buzz at 9/13/2004 12:47:04 AM
I've written a number of reports that now need to be deployed to a production
environment. The reports will be sitting on one IIS server that is
completely hidden from SQL Server. The reports data is retrieved via a web
service.
Can the reports be deployed to IIS and SQL server independan... more >>
|