Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > sql server reporting services > june 2005 > threads for tuesday june 21

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

SP2 Extraction Failed
Posted by Boddhicitta at 6/21/2005 6:25:02 PM
I have downloaded SP2 6 times, on 3 different servers (2 - windows 2003, 1 - windows 2000 pro) and each time I try to run the executable to extract the files, I get a "Extraction Failed" window which says the "File is corrupt". What am I doing wrong??? Some firewall problem??? I just downl...more >>


Searching users 'My Reports' folder
Posted by MoranTugTom at 6/21/2005 6:23:02 PM
A user informed me they created their own report and put it in their 'My Reports' folder. They asked me to take a look at it but I reallized I couldn't find a way to get access to it. When searching for the .rdl file on the server, I found from another posting on here that the files are stored...more >>

How to get use roles in embedded code or an external assembly
Posted by Bob at 6/21/2005 5:34:03 PM
I need some suggestions on how to provide column level security within RS. This there a function or Global/User that provides the roles the current user belongs to? If the roles are accessible within the code script, I thought I could pass it to an external assembly to perform validation che...more >>

Can Not View Reports (Please Help)
Posted by Andy Jones at 6/21/2005 5:24:10 PM
I am running RS on a W2K3 server. I have a report setup with a datasource to use sql security. When I try to run the report from the server or from a client I get a login failed for user "userid" I am not sure what to check and have been toying with this for 3 days now. I would appreciate a...more >>

Report Does Not Render!
Posted by mjhaddad NO[at]SPAM gmail.com at 6/21/2005 4:53:07 PM
Hello, I am trying to get my report to render on the Report Server, but it fails to do so. I am able to see that the report is generating, but after a period of 30 or more minutes, the same image is displayed on the screen. I know, for sure, that the query that is grabbing the data takes ab...more >>

MS SQL Server 2005 June CTP Setup Error
Posted by George P boutwell at 6/21/2005 2:02:01 PM
Hello, I'm trying to setup MS SQL Server 2005 June CTP. Everything seemed to be fine except Reporting Services failed to install, blow is the Setup Log with the section that has the relavent failure: CreateAspApp: start time: 11:44:01 CreateAspApp: CustomActionData: /LM/W3SVC/1/Root/...more >>

Use CurrentUser as a Parameter for a Stored Proc
Posted by G. Ray Giacalone at 6/21/2005 1:58:10 PM
The following will return the current login user's name through the Report Services Properties Code tab: 'Get the current login user's name Dim strCurrentUser As String Dim ident As System.Security.Principal.WindowsIdentity = System.Security.Principal.WindowsIdentity.GetCur...more >>

freeze columns (not headers
Posted by Phillip at 6/21/2005 1:16:03 PM
I have many columns out to the right. The name column is the first column in the report. I wan to "freeze" the name column so that when you scroll to the right in the report the name column is still visible. From this forum i learn that freeze headers isn't available until RS 2005. Is this ...more >>



Install Error Question - Unable to connect to SQL-Server Instance
Posted by ericms at 6/21/2005 1:11:09 PM
I am new to SQL Reporting Service. I have VS.Net 2003 and IIS installed on one Computer running Windows 2000 Pro (computer #1) and SQL Server Enterprise installed on a Window Server 2003 (computer #2). When I try to install SQL RS Enterprise on computer #1, the error occurs at the step in th...more >>

Function to lookup row in dataset?
Posted by McGeeky at 6/21/2005 12:47:56 PM
Is there a function to lookup a row in a dataset? Say, find the row where column x is equal to 10? Find(Fields!ProductNumber.Value, 10, "Category") -- McGeeky http://mcgeeky.blogspot.com ...more >>

Linking a number with a month name
Posted by pmud at 6/21/2005 12:30:05 PM
Hi, I have a table with a field called Period whcih has numbers from 1 - 12. Now I want to say that if the value of the field is 1 , then the report should display january, if its 2 , Feburary and so on... Is there a way this can be done without having to create a table ? -- pmud...more >>

Subtotals
Posted by exkievan at 6/21/2005 12:07:35 PM
Is it possible to have conditional subtotals in Matrix? Let's say I wan't to show subtotals only if number of detail rows greater than 1. -- Thanks, ID...more >>

Layout size - can't adjust
Posted by Leslie at 6/21/2005 11:46:04 AM
I can't adjust the layout size down from 13.875 inches. I've checked the properties of the report, and the width is no greater than 11 inches. What can I do to change the layout width for the header, body and footer? Thanks in advance...more >>

Location of RDL files?
Posted by Leslie at 6/21/2005 10:45:06 AM
I'm unable to deploy using Visual Studio and would like to upload my files manually. I've searched the web server for the existing files and can't find them. I also searched books online. Any ideas? Thanks...more >>

TextBox and Stored Procedure's Parameter
Posted by Bruno Sampaio at 6/21/2005 9:45:08 AM
Hello! I have a problem working with parameters in procedures. A procedure return a integer value and I fill a TextBox with this value. Now, I needs call a another procedure passing the value returned by first procedure (this value is on textbox). How I can make this? I need pass the te...more >>

Open webservice stream in a new child window
Posted by Paul Buxton at 6/21/2005 9:40:11 AM
Hi, I've tried to get this to work, and I can't! I have no problem generating the report, but its opening in my main window. I want it to open in a new window. I have a Pushbutton (asp.net) which calls the RS webservice to render the report, but how can I get the thing to open in a new wi...more >>

Exploded Pie Charts
Posted by noonie at 6/21/2005 8:57:07 AM
Is there any way to leave certain sections intact and only explode designated slices? For example, I'm charting order delivery performance. I have several different series groups (# of shipments in the following groups:Early, On Time, 1day late, 2 days late....etc). I want to keep the "Earl...more >>

Data Processing Extension - Using expression for CommandText ?
Posted by Julich at 6/21/2005 7:36:01 AM
Hi all, I created a Data Processing Extension for Reporting Services which accepts a XML string as the Command Text and returns a dataset according to information contained in this XML string. Here is a sample : <Extract> <Table>Users</Table> <Fields> <Field>UserID</Field> ...more >>

Navigation is not working correctly when I apply security on RS.
Posted by Matthew at 6/21/2005 5:45:01 AM
The site is working, all of the reports run, but all of the navigation drops the https navigation to http links which will not render the application. Does anyone know where I missed the https to configure as a secure application? ...more >>

How do I add todays date?
Posted by Vincel2k2 at 6/21/2005 5:41:04 AM
I am new to Reporting Services and I need to kno how to add todays date to my reports. Thanks...more >>

Multiple scales
Posted by Leon at 6/21/2005 4:40:02 AM
Is it possible to have multiple scales in a chart? if not is their a formula for getting all the values in the chart to show up as big as possible? ...more >>

Make Table not appear
Posted by Denver at 6/21/2005 2:10:32 AM
Hello I want to edit my visibility of a table depending on the number of rows it has. i.e if there are no rows present I want to display a message instead, so make the table invisble and make the message visible. Is this possible if so how do I do it, my gues would be to count the number of r...more >>

Left side of text being cut off
Posted by moondaddy at 6/21/2005 12:53:04 AM
When my table cells have the TextAlign set to Left, some times the first part of the first character gets cut off. Letters Like 'A', 'W' and numbers like '6' and '8' all have the first few pixels on the left trimmed/cut off like the value is being pushed out of the visible are to the left. ...more >>

Choosing several items from a Pick list
Posted by Munish RaasmaanDaas at 6/21/2005 12:36:02 AM
Morning All, Does anyone know how to pick more than one item from a pick list (drop down box.) E.g if I had the months of the year in the pick list how could I select Jan and Feb?? Any ideas greatfully recieved. Regards Munish -- Technical Data Analyst Hammersmith & W London College...more >>

Parameters
Posted by Mike R at 6/21/2005 12:00:00 AM
As a new person to SQL RS, With the report date parameters, can you have a date control to choose from the calendar? ...more >>

Date Format
Posted by Mike R at 6/21/2005 12:00:00 AM
My date is being returned as mm/dd/yyyy - how do I format this to be dd/mm/yyyy. My region setting are UK. Thanks ...more >>


DevelopmentNow Blog