all groups > sql server reporting services > august 2005 > threads for monday august 1
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
Hidden parameters error (SP1)
Posted by Jadranka at 8/1/2005 11:56:02 PM
I'm having problems with executing a report with a hidden parameter. For the
record, I've got SP1 installed.
I have a report with a date range that a user can modify:
From - defaults to previous business day
To - also defaults to previous business day
I also have a parameter called Current... more >>
RSClientPrint usage
Posted by dfgconsulting at 8/1/2005 8:19:01 PM
I'm new to the RSClientPrint, so I've read all of the previous posts, the
readme, etc. This may be trivial; however...
If I make a simple call to the Print method, to where does it print? The
client's default printer? My code is as follows
*****
Dim rs As New RSClientPrintLib.RSClientP... more >>
SetReportParameters Help
Posted by rain at 8/1/2005 4:05:41 PM
Can anyone explain to me how to use the SetReportParameters method? Or,
maybe point me to some sample code or something?
I'm having trouble with it and the documentation isn't completely clear (at
least for me).
I have reports and a custom ASP.NET UI that allows users to enter new
paramete... more >>
tooltips
Posted by Rose at 8/1/2005 3:50:06 PM
Hi All,
I am trying to add tooltip on my charts to show bar specific information
while pointing to a specific bar or column.
Any help or suggestions greatly appreciated.
Thanks,
Rose... more >>
Tooltip
Posted by Rose at 8/1/2005 3:49:01 PM
Hi All,
I am trying to add tooltip on my charts to show bar specific information
while pointing to a specific bar or column.
Any help or suggestions greatly appreciated.
Thanks,
Rose... more >>
jump to url option with _blank
Posted by beeyule at 8/1/2005 2:52:12 PM
I am trying to set up a link using the navigation/hyperlink action/jump to
url feature of reporting services(Right Click ->Advanced->Navigation->Jump To
Url).
When I click on the hyperlink, I would like the navigation target to be a
new form (_blank), NOT the existing one. I have tried ... more >>
Object position changes in deployed report
Posted by ASP Yaboh at 8/1/2005 1:36:10 PM
I am using SSRS in VS.Net 2003. I have created a report with various images,
text boxes, tables and lines. The preview in VS shows it working exactly as I
designed it. However, when deployed to the reportserver viewed in IE, the
position of objects shifts horizontally and vertically. The objec... more >>
Visibilty of subreport based on Lists' visibilty
Posted by DigitalVixen at 8/1/2005 12:38:07 PM
I have created a contract, at the last minute there is a change that must
take place based on a value I am pulling from the db.
Scenario: Contract contains 2 datasets which are both contained in lists..ex
list1, list2. There are a number of "paragrahs"= textboes that are static,
however toda... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
All the people who said javascript: was not working
Posted by RP at 8/1/2005 12:01:04 PM
Hi,
I figured out why the javascript wasnt working in my browser.
If you just say localhost/reportserver - it doesnt work
try typing your <servername>/reportserver - and the javascript functions
will work.
Hope this helps
Thanks
RP... more >>
Installing SQL Reporting Services on 2 Tiers
Posted by ChrisG at 8/1/2005 11:46:06 AM
I would like to install the Report Manager on a web tier and the Reporting
Services on an applications tier behind a firewall. The install program
automatically installs Report Manager and Services on the same box, but it
seems that the Manager is only a UI for calling the Services which are ... more >>
iif help please...
Posted by trint at 8/1/2005 11:05:42 AM
I want textbox2 value to NOT show if textbox1 has the word "***mail***"
<---just like that between the quotes.
Any help is appreciated.
Thanks,
Trint
... more >>
Editing the subject line for email subscriptions
Posted by toolman_2000 at 8/1/2005 10:38:03 AM
Is there a way to get the subject line to report the values of parameters?
For example, "Report Date Range is {start date param} to {end date param}"... more >>
Windows Authenication for Datasource
Posted by Ms Code Buster at 8/1/2005 10:16:33 AM
If I want to use Windows Authenication as opposed to saving a password in RS,
what are my IIS settings? I have read that I should use Basic Authenication
istead of Integrated Authenication, but that allows the password to be passed
as clear text. Even if I used Basic Authenication, it does n... more >>
PDF not displaying Header and moving overlapping tables
Posted by Laura-Anne at 8/1/2005 10:14:17 AM
Hi there,
I'm having a problem with pdf rendering in my report. Basically it is two
tables slightly overlapped to give the appearance of once, as I am using two
different datasets on each. Although everything works fine in HTML/image
view, when I try to export a pdf two things happen:
1.... more >>
Migrating Reporting Services to New Hardware
Posted by Larry Menzin at 8/1/2005 8:41:03 AM
We need to migrate a server containing SQL 2000 and Reporting Services to new
hardware. I saved the encryption key, backed up the ReportServer database on
the old server, restored it on the new server and began the Reporting
Services install. I get a message "A database with the specified name... more >>
Share Datasets Acroos Reports
Posted by Ms Code Buster at 8/1/2005 8:38:03 AM
I know you can share a datasource, but can you share datasets as well?... more >>
Value Formating
Posted by Johnny Fugazzi at 8/1/2005 6:59:50 AM
Is there an easy way to change the formatting options for a value?
Example: I have a report listing a slew of numbers. If i use the
default formatting options i can display this value as #,###.## or ####.##,
or #### if I round. Normally this would be great, but my users are
requiring... more >>
Please help
Posted by RP at 8/1/2005 6:56:04 AM
Hi,
How can i use a java script function in sql reporting services.
I have a textbox - which i want to make as a hyperlink and when the user
clicks on it - it has to open another report or say url in another browser.
i am usin
<hyperlink>="javascript:window.open('http://www.google.com',_blan... more >>
Optional report parameters
Posted by Tara at 8/1/2005 4:00:02 AM
Hi!
I would like to define optional parameters in a report but run into strange
problems.
I have defined a parameter in my report (from the layout view) called
Status, and also declared a filter =iif(Parameters!Status.Value.Length <> 0,
Parameters!Status.Value, "*") that is supposed to f... more >>
using an ADO.net dataset with Reporting Services
Posted by melu at 8/1/2005 2:42:03 AM
Hi,
I am looking for some sample code which will allow me to use an ADO.NET
DataSet as a Reporting Services Data Source.
I have come across an article from Microsoft
(http://msdn.microsoft.com/SQL/sqlwarehouse/ReportingServices/default.aspx?pull=/library/en-us/dnsql2k/html/rsdsetex3.asp) w... more >>
|