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 > july 2005 > threads for wednesday july 13

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

Hide Report Items using Custom Code.
Posted by Anitha Naidu at 7/13/2005 10:36:01 PM
Hi, I have a main report which has some 10 tables/subreports i want hide some tables/subreports based on some condition in custom code. for this i have written a function in that the code below: If Parameters!langid.value="Chinese" then table2.visibility=hidden end if Will the above c...more >>

Displaying image in table
Posted by Jordan at 7/13/2005 8:31:42 PM
Hi, I have a table which displays the list of employees in my company. I am trying to display the picture of the employee alongside with the information. Is this possible in Reporting Services? The pictures will be stored in a folder and the name of the picture correspond to the name of the...more >>

Reporting Services Count
Posted by Kerrie S via SQLMonster.com at 7/13/2005 7:39:02 PM
Hi All, I am trying to compare two dates: actual shipping date > promise shipping date. If the sctual shipping date is greater that the promised shipping date than count that order number if not than it is null. This is in the report designer in the "edit expression" =Count(iif(Fields!...more >>

Help with Grouping
Posted by Andy Jones at 7/13/2005 7:00:01 PM
I have data that is stored by individual dates and I count to get a total of how many units are produced on a single date. I need to get weekly and monthly totals instead of daily and group the data by week and month to display in a report. I also need to keep a rolling history of 5 weeks of ...more >>

CPU Ruuning at 100%
Posted by Logicalman at 7/13/2005 5:31:01 PM
We have an instance of SQLRS on a virtual server under W2003. Recently we had cause to reset the sever due to a dramatic slowdown in response times. Upon checking we found the CPU usage was constantly around 95 to 100%. Stopping the RS and SQL services made no difference and it was only resolv...more >>

The request failed with HTTP status 400: Bad Request.
Posted by giosbike at 7/13/2005 4:24:02 PM
This is a new install. I access http://localhost/reports/, enter my username and password, and http://localhost/Reports/Pages/Folder.aspx give the following error message. The request failed with HTTP status 400: Bad Request. Any ideas? Thank you. ...more >>

Local group permissions
Posted by Alex at 7/13/2005 4:12:18 PM
Hi, Is it possible to grant role assignment to report server local groups in SSRS 2000? if so, how? I can't do it. Thanks Alex ...more >>

Excel Render - Damage to file was extensive and repairs not possible
Posted by William Nichols via SQLMonster.com at 7/13/2005 3:46:43 PM
I am posting this in hopes of saving others from my fate of searching hours... days...months for a resolution to an error when rendering to excel. I have a detailed report of tables and graphs that accepts multiple parameters. For certain parameter values the report would not render to excel.....more >>



Display dropdown parameter label on report
Posted by Anonymous Poster at 7/13/2005 3:23:15 PM
I have a dropdown parameter in my report (Sites) with the ID field as a integer and the display field as a string. How can I display the selected 'display' field on the report? I can display the ID (int) ok with = Parameters!SiteID.Value But how can I get the actual selected dropdown text? C...more >>

How do I get the Y axis Labels to show as a Percent e.g 10%
Posted by BrianDotNet at 7/13/2005 1:44:09 PM
I have the values in percent but I want the % sign to be on the axis labels. SQL Reporing Services 2005...more >>

Backing Up My RS Server Recommendation
Posted by Andy Jones at 7/13/2005 12:51:58 PM
On a RS Server what is the recommendation for files that I need to backup besides the db? Thanks, ...more >>

Silently rendering a report and accessing it
Posted by Jacob A at 7/13/2005 12:51:05 PM
Hi, I'm trying to have a report exported in a certain format, then accessed wherever it is saved. Can I do this by having a program open the url and command silently? I'm afraid that it will be difficult since the file will want to be opened or saved. Any thoughts?...more >>

Calling Oracle Procedures
Posted by Tom at 7/13/2005 12:36:03 PM
I've seen some threads on this issue, but no clear resolution. Here is my procedure declare: PROCEDURE get_releases ( p_CNUMBER IN VARCHAR2, p_HIDDENSTATE IN NUMBER, p_COMPLIANCE IN NUMBER, p_OBSOLETE IN NUMBER, p_CORE IN NUMBER, p_REL_CUR O...more >>

HTTP Error 403 - Trying to run reports
Posted by Boddhicitta at 7/13/2005 11:50:04 AM
Our IIS server hosts several websites in addition to Reporting Services. The server was knocked out by a hot fix and after several days it has been brought back online. Now it has been handed over to me to get Reporting Services running again. I am not sure what has been done to the server,...more >>

URGENT: RS BUG - STOPS WORKING WHEN A MODAL DIALOG IS ACTIVE
Posted by DragonVic at 7/13/2005 10:45:01 AM
I need to re-poen this issue and would like to get immediate attention on this. Please see history below. "DragonVic" wrote: > I need to know if you've had other cases like this, and just tell me how to > fix it for Windows XP Professional, everytime I query data in the data > window and...more >>

subscription with dynamic file name
Posted by Shoeman at 7/13/2005 10:25:10 AM
Is it possible to have a data driven subscription that delivers the report to a file share with a dynamic name? My report has a supvervisors name parameter and I need to have the report delivered to a share with the supervisors name and then the report name....like.... JSmith_TestReprt.xls, ...more >>

Enabling E-Mail Delivery for RS
Posted by Carl Meister at 7/13/2005 10:08:21 AM
What is required in order to schedule a report for email delivery? I have modified the RSReportServer.config file on SQL Server and created a subscription for a report. I can setup the subscription but it never runs. Is there another step that I have left out? ...more >>

Webservice with ASP.NET 2.0
Posted by James Tow at 7/13/2005 9:38:02 AM
I have an application that I have migrated to a new machine with VS 2005. The application uses the web service to access Reporting Services on another machine (running SQL 2000). When I run the app from within VS 2005 it runs, accesses RS, does its business. When I run the app outside VS on th...more >>

Default value for a parameter using Expression - ERROR (again)
Posted by Ferd Biffle at 7/13/2005 7:58:29 AM
I posted this last week, and no one answered :-( If at first you don't succeed... ************************************************************ I am trying to use the following expression to establish the default value for a parameter: ="SELECT DefLib FROM Users WHERE (UserName = SUBSTRING('...more >>

remove print button
Posted by codebrew at 7/13/2005 7:56:16 AM
Is there a way to remove the print button from the reporting services toolbar? I have installed sp2 and when users try to print they are prompted to download a file so that they can print. The problem is that our uses don't have permissions to do those kinds of downloads. I was hoping tha...more >>

excel export /collapsed fails to render excel file
Posted by DJJIII at 7/13/2005 7:47:12 AM
Trying to render a report that has three groups two expand and collapse and have charts. The first attempts to render were successful but all later ones fail. And excel produces the following message: Microsoft Office Excel File Repair Log Errors were detected in file 'C:\Documents and Set...more >>

Error when trying to deploy
Posted by PaulM at 7/13/2005 6:37:09 AM
I am getting this error when trying to deploy a report. As far as I can see permissions /Authentication is all ok A connection could not be made to the report server http://Servername/ReportServer Anybody have any ideas of where to start looking? ...more >>

Custom Code
Posted by Anitha Naidu at 7/13/2005 3:39:04 AM
Hi, In Report Properties - Code Tab- i have written custom code, i want to get the report parameter value in custom code, so i have written as follows: ie assigning to a variable. strValue=Parameters!UserID.Value Is this code is correct to get the parameter value in custom code or i ne...more >>


DevelopmentNow Blog