all groups > sql server reporting services > august 2005 > threads for friday august 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 31
UserID doesnt really work
Posted by Marvin at 8/26/2005 5:19:02 PM
I use the User.UserID to populate a parameter. When calling the report the
first time a list of parameters are prompted, at this time the field that
uses user.userID is disabled. However after filling the parameters and
submitting the request the field that uses user.useriD is now enabled for ... more >>
How to Avoid Drill through conditionally
Posted by Mahesh Gaware at 8/26/2005 3:22:02 PM
Hi,
I am using Drillthrough in table Cell in one of my report.
Table cell displays sum which is sometimes Zero. And when sum is zero, I
don't want Drillthrough featur at that point, so that I can avoid unnecessary
click.
I tried using expression =IIF( sum =0, "", ReportName)
but th... more >>
changing colors in charts
Posted by dataGirl at 8/26/2005 2:46:22 PM
Hello,
I'm trying to change the color of a chart region based on a report parameter
and I'm not having any luck. Can any one tell me where I change this? I see
all of the available color palattes, but I don't want to use those. The
regions need to be a specific color based on the report ... more >>
implicit KeepTogether on subreports
Posted by Floor at 8/26/2005 1:36:43 PM
I just read from another post that there is an implicit KeepTogether on
Subreports. Apparently, this is a property that cannot be turned off
and causes subreport data to be pushed to a new page if it can't fit on
the current page.
The only advice given was to avoid using subreports if you don... more >>
Filtering Charts
Posted by Kerrie S via SQLMonster.com at 8/26/2005 1:18:45 PM
Hi All,
I am having an issue with filtering on the series group in a chart in SSRS.
(Dundas Product)
I keeping getting the same error no matter what I Try.
"An error has occured at report processing. The processing of the filtered
expression for chart 'chart1' cannot be performed. Compari... more >>
How do you capture the height of a table or row?
Posted by Maria H. at 8/26/2005 1:11:05 PM
I have a table in side of a table and need to be able to capture the row
height of each group from the outer table, so that I can make sure that the
inner table height is the same.
... more >>
Connecting to MS Access File
Posted by Corey at 8/26/2005 1:10:05 PM
I need help setting up a Read connection to a MS Access table. The Access
file is not located on the same machine that many of the SQL servers reside.
Everything works great on the local machine using the ODBC Drivers Provider
as a one of the rds. The DSN file on the local development machi... more >>
Page Setup
Posted by Newsgroups at 8/26/2005 12:34:49 PM
how could i make the report to be printed in "Landscape" mode in sql
reporting.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Avoid Drill trough for zero value
Posted by Mahesh Gaware at 8/26/2005 12:17:02 PM
Hi,
I am using Drillthrough in table Cell in one of my report.
Table cell displays sum which is sometimes Zero. And when sum is zero, I
don't want Drillthrough featur at that point, so that I can avoid unnecessary
click.
I tried using expression =IIF( sum =0, "", ReportName)
but th... more >>
Cannot overwrite deployed report with newer version
Posted by Bob Yankle at 8/26/2005 11:55:09 AM
I have resized the elements of my report so that they will render correctly
in a browser window. I have deleted the report from within Report Manager,
but when I deploy my report from Report Designer (or update it from within
Report Manager), it still looks as it did before. How can I manu... more >>
Repeating headers on subreports
Posted by Clark Kent at 8/26/2005 11:55:03 AM
I have three subreports that are sitting in the detail section of a grouped
table. I pass in the appropriate parameters and everything is working well
with the subreports in terms of the data. I have created a group header for
the subreports and turned on the repeat on new page option. This is... more >>
How do I write this Expression ?
Posted by PeteMitchell at 8/26/2005 11:32:01 AM
In the detail row of my matrix, I have three textboxes called txt1, txt2, and
txt3. They hold the values from my dataset fld1, fld2, fld3 accordingly. In
the fourth textbox in that row(txt4), I'd like to show the sum of those three
fields. I know that I can use an expression like:
= Fields!... more >>
Passing Parameter
Posted by Riccardo at 8/26/2005 10:00:06 AM
I've to create an instance reference to my custom assembly by constructor
method.
It works well with a Code into the report .rdl like this:
--------------------------------------
<Code>
Public Obj As MyClass
Protected Overrides Sub OnInit()
dim MyArg as String = 4
Obj = new MyClass(MyArg)... more >>
Report Server does not send emails only for Web Archive rendering
Posted by Yogesh at 8/26/2005 9:55:11 AM
Hi all,
I have developed an employee time report that has Start and End Date
parameters which have default values, the third parameter is a dropdown
list of employees also with a default of "All".
We want to send email to each employee with only their information on
it. So I created a data ... more >>
SRS Requirements
Posted by docsql at 8/26/2005 9:51:07 AM
I need the SRS runtime.
I have the following
-- Windows 2003 server
-- SQL server 200 installed.
-- IIS 6.0 installed
-- .net framework
I tried to install SRS, but VS.net is required. And when I try to install
VS.net, Frontpage server extensions (FPSE) are required.
Can someone help ... more >>
Metadata documentation
Posted by BL at 8/26/2005 9:40:03 AM
We're getting ready to launch Reporting Services and are looking for a way to
document the business logic and metadata behind the reports. Does reporting
Svc. offer a quick & easy way to do this?
... more >>
Report Designer RDL Generator APIs
Posted by Oleg Yevteyev at 8/26/2005 8:57:38 AM
I'm just wondering - is there a way to use MS Report Designer's API's to
generate the actual RDL file with all groupings, sortings, etc., as it is
done using the Report Wizard. I know, there is an example to generate a
simple RDL file, using XmlTextWriter approach to generate a file manualy
... more >>
push report via command line script
Posted by Lucky Horseshoe at 8/26/2005 8:03:04 AM
Is there a way to kick off a report using a command line script? For
instance, I want a report to run only after a certain table in the database
has been updated (monthly) and I would like the report emailed as a PDF to a
user. I cannot use the My Subscriptions to do this b/c I don't know when... more >>
Jump to URL - Syntax wrong?
Posted by John at 8/26/2005 7:47:05 AM
Hello,
I realize this topic has been beaten to death but I'm still having trouble
with a report.
I'm trying to open up an asp.net page in a new window. Here is what I'm
using based on examples I've read here so far:
=
"javascript:void(window.open('"http://www.mysite.com/subdir/form.a... more >>
RDL Generation without UI
Posted by Ramzi at 8/26/2005 7:46:02 AM
Hello,
I've seen the RDL is schema and to say the least its quite massive.
We'd like to generate RDL files from a schema that leaves out UI definitions.
Is there a more light weight schema for this? Is there also a white paper
that describes the schema parts and what they mean?
Thanks
... more >>
ReportItems superimposed on Charts
Posted by PD at 8/26/2005 7:28:03 AM
Can other report items be 'superimposed' on charts?? I have a chart and want
to annotate it with text or a table, etc. It works fine within
ReportDesigner - by bringing the report item to the front. The preview in
ReportDesigner looks great. However, when the report is deployed, the report... more >>
Oracle 9i
Posted by OTSolutions NO[at]SPAM shaw.ca at 8/26/2005 7:17:11 AM
I am trying to setup a report on the report server that connects to
Oracle 9i. The Oracle 9i client is installed on the report server, but
we still get the error: An error has occurred during report processing.
(rsProcessingAborted) System.Data.OracleClient requires Oracle client
software versi... more >>
Reporting on Outlook Data in SRS 2000
Posted by Jack Bender at 8/26/2005 7:10:03 AM
Has anyone been successful in reporting on Outlook Calendar data in SRS 2000?
If so, can you please share how you connected to the data.
... more >>
Home page access
Posted by jhcorey NO[at]SPAM yahoo.com at 8/26/2005 6:25:02 AM
We are running the June CTP.
When some users go to htttp://theserver/Reports, all they see is the
word 'Home' and a line across the page.
This happens even though I have added these users as both
Administrators and Users.
I imagine that this has something to do with the domain, but I don't
s... more >>
Expression problem
Posted by cheilig at 8/26/2005 5:41:19 AM
Using this expression to get the percentage of two fields. The problem is
when both fields contain values of 0 then I get 'NaN%' .
How can I rewrite the expression to give 0%
=ROUND(((SUM(Fields!P2_OPENED.Value)/SUM(Fields!P2_CLOSED.Value)) *100),2) &
"%" & vbcrlf & ""
Thanks,
... more >>
table orientation
Posted by Todd P at 8/26/2005 4:44:01 AM
I'd like to create a report in which the column headers are located along the
left edge of the page and the detail rows/groupings are located across the
top. Detail rows would then be added from left to right, not top to bottom.
Is there a way to do this in Reporting Services?
--
Todd P... more >>
RS2005 viewer control connection problem.
Posted by Fred at 8/26/2005 2:46:03 AM
I am using the reporting services reportviewer control from Visual Studio®
2005 Beta 2.
When I run a repmote report I get the following error:
[WebException: The request was aborted: The connection was closed
unexpectedly.]
I can access the report from my browser doing a straight url a... more >>
SSIS UDM books for sql 2005
Posted by Blackduke at 8/26/2005 1:49:13 AM
I am trying to get into SSIS I am not a developer but a complete
newbie, I want and need to bring together data from different sources
for reporting services, score carding and anaysis services ect for our
company I am managing to move data from a to b ok however this does
not cover all the task... more >>
Bind a stored procedure within dataview
Posted by JahPil at 8/26/2005 1:09:02 AM
As I would like to execute a stored procedure within the Report Creation
Wizard. But only SQL String are allowed.
How can I "put" my stored procedure in this data view ? (I try EXEC
my_stored_proc in the SQL String area but not working...)
I would like to do it because I have almost 60 fie... more >>
|