all groups > sql server reporting services > april 2005 > threads for tuesday april 26
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
Installing WSS2 on SQL server
Posted by Dan Slaby at 4/26/2005 11:03:15 PM
MS provides information about how to install and run SQL Reporting
side-by-side with WSS2 installed. Are there any changes or special problems
to install WSS2 on a Windows 2003 server running SQL reporting? Thanks
Dan
... more >>
Expressions for parameter values??
Posted by Arthur Dent at 4/26/2005 7:53:37 PM
Hello all.... im trying to figure out... how can i use an expression in a
parameter formula?
I have a report which takes a date parameter. I want to make a subscription
using last week as the date. So for example, i want to set up the
subscription to run every Sunday, and use a value of TOD... more >>
SP2 Bugs
Posted by Kevin Weir at 4/26/2005 5:06:02 PM
Is anyone at Microsoft aware of the issues outlined below?
We recently installed SP2 and discovered the following problems:
Problem 1:
All our reports are now printing a blank page at bottom of report when we
use NEW client printing feature. To troubleshoot the problem we created a
repor... more >>
Adding Radio button in SQL Reporting services?? Is there a work ar
Posted by Balaji at 4/26/2005 4:36:03 PM
Hey Peeps,
Is there anyway I could get a radio box added to my report either by adding
the radio button control to the tool box or adding a custom DLL with radio
button functionality. My objective is to simulate a "Jump to report" inbuilt
functionality using radio buttons. Like when the end... more >>
Setting Visibility.Hidden property programmatically
Posted by GizPur at 4/26/2005 4:27:14 PM
We have two charts sitting on top of one another and we want to have only one
visible at a time. Wondering if this could be done programmatically passed
upon a user action. ... more >>
PDF generation without the save/open window
Posted by PJJ at 4/26/2005 1:36:02 PM
When we generate a report directly to PDF the user is asked to open or save
the PDF before it is displayed.
Is there a way to have the PDF open automatically without that window being
displayed?
Thanks!... more >>
Displaying Dynamically created columns
Posted by Sunil Oliver at 4/26/2005 1:27:01 PM
Hello,
I have a stored procedure that accepts input parameters and depending
on the input, returns multiple columns. For example depending on the month
range passed in, the stored procedure creates and populates temporary table
with columns for each month and returns the values in the t... more >>
Creating temp tables in RS
Posted by Susan at 4/26/2005 1:26:05 PM
How do I create a simple temp table in RS. ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
WinForms.ReportViewer.Drillthrough event - how to handle?
Posted by pdxfilter-google NO[at]SPAM yahoo.com at 4/26/2005 12:57:48 PM
We're trying to implement a simple "proof-of-concept" drillthrough
report where a list of master records can be drilled into supporting
detail. We have this set up and working through the designer and would
like to programatically implement the functionality using ReportViewer.
We are display... more >>
Upload Multiple Reports
Posted by mlugoc at 4/26/2005 12:54:01 PM
Can I upload a bulk of reports using Report Manager?... more >>
Ex-Crystal user support
Posted by rs_newbie at 4/26/2005 11:53:08 AM
Is there anywhere a Crystal Reports user can get help without getting
overwhelmed by designer lingo?
I don't know SQL, XML, VB or any other set of initials. I just got to know
Crystal 8.5 and Frontpage 2000 well enough to create a company intranet of
over 300 reports and forms.
Some sim... more >>
Instance caching without default parameter values
Posted by Paul Turley at 4/26/2005 11:45:37 AM
I am working with a well-studied DBA who claims that all report parameters
must have default values in order to configure instance caching. Is there
any truth to this? I don't see anything of this kind in BOL.
We actually get rsProcessAborted errors if they don't have defaults (even
thoug... more >>
New SP2 Excel Render Bug (Excel Formulas)
Posted by BDB at 4/26/2005 11:40:23 AM
Hi,
I have a report that converts expression to Excel formulas. The Excel
formulas in a table are incorrectly rendered in a way that the references
are all off by 6 or so cells. When I set the "Omit Formulas" device setting
to true the values are correct, though there are no formulas. I ... more >>
Database image not displaying
Posted by pmud at 4/26/2005 11:37:28 AM
Hi,
In my report I want to dispaly a different image based on the parameter user
enters. For ex., the user enters a company name , then the image for that
company should be displayed.
Now in my database, the images are not stored using the complete path or a
complete URL, but are stored ... more >>
Access Global Variables in Body
Posted by d pak at 4/26/2005 11:32:05 AM
Is this possible? I am trying to access the global variables via custom code.
However I get this msg when I use the following code.
Public Shared Function Hello() As String
Return Globals.UserID
End Function
ERROR :- There is an error on line 1 of custom code: [BC30469] Reference to
a n... more >>
General Reporting questions
Posted by Ryan Huth at 4/26/2005 11:31:03 AM
we are currently using access to be the front end for adhoc reporting
information from SQL server 2000 data warehouse. I wanted to touch base to
find out what is the best way to do this if we wanted to SQL Server 2000 for
the whole thing. I have heard that you need a secondary front end to g... more >>
No fields allowed in header/footer?!?
Posted by rs_newbie at 4/26/2005 10:53:05 AM
I'm an ex-Crystal Reports 8.5 user trying to cope with Visual Studio's
designer friendly interface. So please be patient & simplistic with your
responses.
If you can't place fields in page headers or footers how can you get fields
to repeat on multi-page forms, like shop travelers and packi... more >>
SP2 Print with URL Access
Posted by Joel Rumerman at 4/26/2005 10:42:19 AM
Does anybody know what the URL Access method for printing is?
It's not in the documentation under URL Access changes.
Also, with SOAP Printing, if I call Print() and the client doesn't have the
ActiveX installed already, will it install it automatically?
Thx, Joel
... more >>
SP1: Hidden tables in Excel leave blank space
Posted by Joe at 4/26/2005 10:34:16 AM
I am using SQL Server 2000 Report Services (SP1). I am using groups in my
report and I have a report table where the Visibility Hidden property of the
group is set to an expression. When the report is rendered to Excel, the
report table is correctly visible or hidden according to the express... more >>
Binding Different DataSets to One Table.
Posted by Rahul at 4/26/2005 9:28:52 AM
I have a situation where i am binding a Dataset Dset1 to a table.
, I also have a Dset2 which i am not binding. Now as the Rows gets
rendered depending on Dset1 i also want to populate a value from Dset2
(2nd Datset ) in a cell for a particular Row.
How do i do that?
Any help.
Thanks
... more >>
Pulling row values from a dataset using embedded code?
Posted by jordang at 4/26/2005 9:14:03 AM
I am trying to figure out a way to pull the values of one of my report
columns once the report has been rendered to create a comma separated list of
those values to pass as a paramater to another report. I figure i will have
to do this in the code part of RS. Can anyone help me with the prop... more >>
Setting drillthrough targets programmatically?
Posted by matt at 4/26/2005 9:04:05 AM
Is it possible to set a drillthrough target programmatically using any web
service call?
I'm not sure if SetProperties() could be used - haven't found any
documentation on this.
Thanks,
Matt... more >>
Report Security: CAnt view report
Posted by pmud at 4/26/2005 8:59:02 AM
Hi,
We have some websites. We want to attch a link on each wrbsite which would
take the users to a different reports. Please suggest what will be the best
security mechansism for this scenario..
Also, I was trying to implement the simplest security mechansim,i.e I craetd
a user called Us... more >>
SP2: Client Printing
Posted by David at 4/26/2005 8:22:03 AM
Was very excited after installing SP2 to see the printer icon. It was too
much for the Managers in my company to export to PDF then print. Too much
work they said.
But once I clicked on the icon, my heart raced with excitement. Now I can
stop listening to them about how much work is involve... more >>
Divide By 0
Posted by David Fuller at 4/26/2005 8:02:01 AM
I am having some issues with expressions as I am attempting to perform the
following:
iif(budget=0,0,actual/budget)
it seems that regardless of the expression all clauses are evaluated.
The actual expression is as follows:
=iif( Sum(Fields!BudgetMTD.Value, "DepartmentDetGrp")=0,0,
Sum(Fiel... more >>
Sub report in Page Header???
Posted by Myles at 4/26/2005 7:28:02 AM
Hello all,
I am hoping someone may have an idea on the best way to approach this
problem...at the top of all our reports (above the usual page - field -
headers)is a sub report in all our old crystal reports. This sub-report
shows the name of the report, the particular client database that... more >>
How do I hide zeros w/o a conditional stmt
Posted by Blake Gremillion at 4/26/2005 7:14:01 AM
I need a way to format fields without having to write a conditional statement
based on each textbox's value. I'm dealing with hundreds of fields.
Something like a HideZeros setting on the field. Any help would be
appreciated... more >>
SP2 : Excel Issues
Posted by chanley54 at 4/26/2005 7:06:02 AM
Hi,
I am trying to find confirmation that SP2 corrects the problem of missing
rows when exporting to Excel. I checked the list of bug fixes and have not
seen any mention of this.
Thanks,
--
Chris Hanley... more >>
Landscape printing with SP 2
Posted by Cooper at 4/26/2005 6:47:05 AM
I have a report that has its Pagesize set to "11in, 8.5in" and it's
displaying and printing as portrait. I can export this to .pdf and it works,
but I really need it to work without exporting.
Please reply, is everyone having this issue with lanscape reports and SP 2?
If there is somethin... more >>
Does SP2 need to be installed on both development clients and serv
Posted by toolman_2000 at 4/26/2005 6:20:02 AM
Does SP2 need to be installed on both the development clients and the server?
We have many development installs. If the SP changes are significant only
to the server then installing it there only would be much more effective for
us.
Thanks... more >>
Internal error : Key not valid for use in specified state
Posted by harriegovin NO[at]SPAM gmail.com at 4/26/2005 3:51:22 AM
Hi,
On my Win 2003 box, sharepoint portal service is running for a
specific domain acct. Recently the password expired for the domain
user acct and when we updated with the new password the report server
has stopped working. It gives an error
Reporting Services Error
------------------------... more >>
Javascript OnLoadReport error
Posted by chrischennell1 NO[at]SPAM hotmail.com at 4/26/2005 2:49:25 AM
Im certain I already posted a topic on this this morning but it seems
to have disappeared.
Basically on generating a report I get an error when it decides to try
and call OnLoadReport in my page.
function OnLoadReport()
{
var pageHits = null;
var rep = new Report(1, 35, pageHits, false, d... more >>
Setting max no. of characters in a table cell?
Posted by DustpanDave at 4/26/2005 1:03:04 AM
Morning all,
One of the things i normally expect to find or do but am struggling.
I have a table on my report that is populated with data.
One of the fields is of type ntext but this needs to be set to a limit of
1155.
Is there a way of setting this up in the report so that no more than 11... more >>
Javascript OnLoadReport error
Posted by ChrisC at 4/26/2005 1:03:00 AM
Bit stuck here and hoping someone can help.
I have a web page with two sections - the first is a couple of drop
down lists populated from a .net back end where the user can specify
what report they want run and a few parameters.
The second section is an iframe which when the user clicks a 'r... more >>
Default Printer settings
Posted by Ray Seppala at 4/26/2005 12:17:08 AM
I have an issue with default papaer size and margin sizes. My printer is
configured with a default paper size of A4, every time I print a report with
the print control it defaults to Letter. So I have to hit the go button to
the print to run.
Secondly the default margin sizes are 12.7mm (1... more >>
Print
Posted by Raja Mohamed at 4/26/2005 12:00:00 AM
How to incoporate with vs application using soap method please guide me
advance thanks
Raja
... more >>
sp2 & multiselect parameters
Posted by Frank Ashley at 4/26/2005 12:00:00 AM
Is this now possible with sp2 applied?
Thanks
Frank
... more >>
Some questions on RS
Posted by Peter at 4/26/2005 12:00:00 AM
Hi,
I am new to VS and Reporting Services and would like to know
1) We are running SQL Server 2000 on Windows 2000 Standard Servers, is it
possible for us to install Reporting Services ? This is because someone
says that it requires Windows 2000 Enterprise Server ? On the other hand,
i... more >>
cube measures on rows in reporting services....
Posted by Nestor at 4/26/2005 12:00:00 AM
Is there anyway for reporting services to display measures on rows instead
of columns as in Excel?
I'm trying to format my data in rows but this doesn't seems possible in
reporting services... does anyone has any examples of how this can be done?
... more >>
Need Help - Quick simple implementation of code
Posted by Dan Colgan via SQLMonster.com at 4/26/2005 12:00:00 AM
Hi,
I am looking for a very simple and straighforward way of calling an already
deployed report from ASP.net. I simply need a hyperlink that displays the
report on screen if that is possible.
Any help would be tremendously appreciated.... more >>
|