all groups > sql server reporting services > may 2006 > threads for wednesday may 3
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
Passing in own Variable to print
Posted by Locus at 5/3/2006 7:48:01 PM
I want to display some of the information not in the datasource selection but
through application passing in information. For example: personName,
reportName (dynamical defined depending on which button user click) and etc.
These variable only use in header or footer.
How can I pass these i... more >>
pass parameters through aspx page
Posted by vamsi at 5/3/2006 4:45:28 PM
I have a page and i want to access the report via URL and the report
has some parameters and i passing values to those paramaters via URL.I
want to hide those paramater values from adddress bar.Is there any way
to hide the paramaeters with out showing from the addressbar.
I have used &rc:param... more >>
Can parameters be optional?
Posted by Ben at 5/3/2006 11:38:01 AM
I have a report where when a user selects parameter1, parameter2 becomes
available because parameter2 is based on parameter1. My problem is, if the
user wishes to only run the report using parameter1, they will not select any
value from parameter2. Even though I have set parameter2 to be a s... more >>
Remove hyperlink when exporting to Excel
Posted by Estella Kang at 5/3/2006 11:07:51 AM
How do I remove hyperlinks from reports that are exported to Excel?
... more >>
Access DB
Posted by John Wright at 5/3/2006 10:45:08 AM
I am trying to connect to an access database using Reportin Services 2000.
I can develop the reports just fine on my local computer, and I can get to
the file from the server. However, when I try to connect I get a path not
found error. I tried to connect with no username password and using ... more >>
Converting from Crystal to SQL Server Report Services
Posted by Jim Underwood at 5/3/2006 10:26:25 AM
Due to lisencing issues and the fact that crystal is a CPU/memory hog
(mainly the latter), we are looking to convert to SQL Server Reporting
Services. We have two issues to address:
1. Converting all existing crystal reports to SQL Server Reports
Does anyone know of a tool that does this,... more >>
Fields in headers
Posted by The Cornjerker at 5/3/2006 9:04:50 AM
Why does it seem like we always have to resort to these tedious, hard
to maintain, difficult to document hacks to do things that intuitively
work in other report generators. Especially in a second release
service pack 1 version of a product. This same thing can be said from
conditional page bre... more >>
You have to be kidding! All option for multivalued parameter
Posted by chicagoclone at 5/3/2006 8:15:03 AM
In 2005 SP1, there is no longer an automatic <Select All> option for
multivalued parameters. You now need to modify the dataset providing the
values for the prompt and modify the dataset containing the parameter. This
makes no sense! I am so confused. It was working fine. Why did you have... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
calling custom assembly just wont work...
Posted by taz at 5/3/2006 2:29:01 AM
i am trying to call a custom assembly from a
report and it just wont work.
my code is as follows:
---
Public Class Module1
Public Shared Function Hello() As Integer
Return 2
End Function
End Class
---
i want to use this function to calculate one of my
dataset parameters. i... more >>
Matrix Calculation - New to RS2000
Posted by Whee4ever at 5/3/2006 2:18:02 AM
Hello!
I’m hoping somebody out there can help me! I am a new user of SQL Reporting
Services 2000 and have been asked to create a report showing students’
attendance. After a lot of reading and research I created a matrix report
that looks like this;
=Fields!attendance_type... more >>
|