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 > february 2005 > threads for wednesday february 2

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

multiple values inside textbox
Posted by collie at 2/2/2005 10:05:01 PM
Hi, I have created a function that will accept multiple values for a parameter. I have added a textbox to the body where I want to display the values of the parameter but for some reason it only shows the first value. Why and how can I resolve it? Thanks...more >>


Pagination Control
Posted by gMaster at 2/2/2005 5:13:03 PM
Hi Ppl I have alot of headache with pagination control on reporting services. Is there a way to control how many groups/items/rows in one page? Is there a way to show all items on 1 big page, instead of paging them? I've try to set the report hieght, but that doesn't help at all. If pagi...more >>

Using Report Parameters
Posted by Deb at 2/2/2005 5:13:02 PM
I have a report that is accessed by the users from a web page. The report is using the default report parameterss and not what is passed with the URL. No matter what is in the URL the report always render using the default report parameters. What could the problelm be?...more >>

Total # pages in the report body?
Posted by Paul Enfield at 2/2/2005 5:08:56 PM
Does anyone know of a trick to get the page count for the report into the report body? It seems to be limited to usage in the header/footer. I tried to create custom code function that assigned the page count to a parameter, and then displaying the parameter, but doesn't seem to work. Anyon...more >>

User permissions to view the reports
Posted by Geri Reshef at 2/2/2005 4:56:21 PM
I'm creating interactive reports (= with parameters), deploy & run them, and then I can view them in the IExplorer while I'm choosing the appropriate parameters. If I'll give the URL of the report to one of the users he will not be able to run and view it in his IExplorer because he doesn't have...more >>

Dynamic Columns
Posted by Weston Weems at 2/2/2005 4:19:32 PM
Hello... I've got a report... and based on a parameter to the report I'd like to include/exclude the column from appearing once you've run the report.. Example, by default report spits out aggregate data... if I can determine a specific parameter isnt blank, I'd like to hide a column, a...more >>

How can I include a Parameter Value *LABEL* in a report?
Posted by Darryl at 2/2/2005 3:39:45 PM
Hi All, I'm developing a parameterized report. The list of valid values is obtained via a SQL query that returns (ID, Description) pairs. The Description is presented in the parameter drop-down and the ID is passed to the SQL stored procedure when the report is run. The problem is that...more >>

Referencing textbox name in expression
Posted by mssarahlynn at 2/2/2005 3:27:03 PM
I would like to reference a textbox name in an expression. When I write the following expression, I get an error saying that the textbox name is "private": =ReportItems!txtPatientName.Name Error: The value expression for the textbox ‘textbox1’ contains an error: [BC30390] 'Microso...more >>



Bug on PDF output?
Posted by VNN at 2/2/2005 3:10:52 PM
PDF report has every other page blank. I don't know if this is a configuration problem or it's a bug. I hope it's not a bug. Please advice. Thanks ...more >>

Reports with "Multi Parameters" Accessing Analysis Services Cube (MDX calls)?
Posted by Hobie via SQLMonster.com at 2/2/2005 2:54:34 PM
I have an OLAP Cube that is being accessed by Reporting services reports with MDX syntax. I am successful so far in having one parameter set. I need to know if it is possible to have more than one to set and get the desired results accordingly. Here is what I have so far: Data Source: ="Select...more >>

Subreport using DataSet DPE that could return 0 rows throws errors
Posted by David Swanson at 2/2/2005 2:35:05 PM
I have a custom DPE that implements the IDataReader interface, setting the internal source data as a DataSet. The dataset contains a single table which could potentially contain 0 rows, depending upon the report parameters. My particular problem is with subreports. If the subreport's datase...more >>

Hiding data regions based on Parameters
Posted by Win2003InstallIssues at 2/2/2005 2:33:57 PM
Hello all, I have two parts in my report. Each part needs a diff set of parameters. Need a way to hide one of the 2 parts based on the parameters typed in (like if they type in A or B or C i need to hide ReportX and vice-versa if they type in D, E, F). Tried the table properties Visibility ...more >>

Impersonation - repost
Posted by Mark at 2/2/2005 2:25:01 PM
Has anyone been able to use impersonation with the Reportviewer control? We've tried and all we get is the clients credientials being returned with insuffiecient rights in the viewer control. The impersonation doesn't seem to be used at all. ...more >>

Web Farm deployment using local accounts with no domain
Posted by Corey at 2/2/2005 12:27:03 PM
I have a current web farm cluster with two nodes. These servers have no domain controller, but are using local accounts to execute the report manager/report server. As well, both report servers are pointing to the same SRS database. When on either web server adding a new group or user thro...more >>

Control Date Range in Rpt Svc
Posted by Chuck at 2/2/2005 12:17:06 PM
lHi, I have two date parameters (Start Date and End Date) in one report and it alows users input startdate and enddate. But I don't want users execute reports more than 5 days from the start date. How do I limit it before the reprot gets executed? Thanks. Chuck...more >>

ADO.NET DataSets as a DataSource
Posted by Aparna at 2/2/2005 11:53:05 AM
Can I use a ADO dataset as a datasource for a report using Reporting Services 2000? Or will I have to implement a custom data extension. Does anyone know?...more >>

Deploy RS
Posted by Alex at 2/2/2005 11:33:26 AM
Hi, I have 2 questions: * How can I deploy my reports , as part of setup, to customer sites? I use VS.NET deployment and install Shield tools. * Can I break my reports into multiple HTML pages? Like search results, I would like to have multiple pages and use my own buttons to navigate betwe...more >>

creating reports on the fly...
Posted by Kez Bates at 2/2/2005 11:03:21 AM
Hi all Hoping someone can help me out. I'm new to reporting services and cannot quite seem to figure out what steps to take with the following. 1. Create reports on the fly... one of the problems I have is that I would like to alter the rdl file before it is displayed to the user so I can ...more >>

Report Server Not Activated
Posted by Jim W at 2/2/2005 11:01:11 AM
I have a Report Server where I have had to change the IP address of the server and to the remote database server. After the IP address change, I started receiving the following message when I access the report manager. The report server installation is not initialized. Check the documentatio...more >>

Oracle Stored Procedure flakiness...
Posted by psparago at 2/2/2005 10:01:45 AM
I'm on a deadline so any help would be much appreciated. I am building a Reporting Services report that takes a number of parameters with which to call a stored procedure. I am using the Microsoft OLEDB provider for Oracle. (For some reason, the Oracle OLEDB provider that I have manually insta...more >>

Next version of RS
Posted by Kathy at 2/2/2005 9:39:21 AM
When is the next version of RS going to be released What changes have they made. ...more >>

SSL for external Web reporting - Toolbar links incorrect
Posted by Kevin at 2/2/2005 9:37:13 AM
I have configured the RS server for external web reporting. Obviously I only want to use SSL. The links on the toolbar(upper right) on the report manager do not point to the SSL pages so of course they do not work. I have made the changes to the RSWebApplication.config and RSreportServer...more >>

Web Farm content replication
Posted by SusanMSDN at 2/2/2005 9:23:03 AM
All, I have recently installed reporting services on a web farm. My question is this: Do I need to have any type of content replication between the servers? It appears that all of the report definitions etc. are stored in the SQL database. Nothing except for logs appears to be written ...more >>

Service Pack 2?
Posted by Eric at 2/2/2005 9:09:06 AM
Hello everyone, Does anyone have an idea when sp2 is comming out for RS? We have a Hot-Fix for a certain excel rendering issue but this fix is included in sp2. I just want to know if it's worth it to wait for sp2. -- Regards, Eric...more >>

problem with code using assemblies
Posted by Servé La at 2/2/2005 9:06:08 AM
I'm trying to get localized text in my reports. Therefore I created satellite assembly dll's with 2 languages. A test project (C# windows application) works fine, depending on the selected CultureInfo the correct language is shown. So I put this code in the report (exception handling removed) an...more >>

Divide by zero error
Posted by darwin at 2/2/2005 8:05:06 AM
Hi all. I am succesfully catching divide by zero errors using IIF statements, all of the other expressions work fine except for this one below. The proc that feeds the report does return 0's if there is no data. As of now both fields have a value of zero, as time goes by there will be data. ...more >>

How can i avoid subreports and datasource in ReportServer browser
Posted by simmi at 2/2/2005 7:13:02 AM
Hi , How can i avoid dispalying of "SubReports and datasource in ReportServer Browser" if any one have answer plz let me know Thanks...more >>

ReportingServices - global access problem.
Posted by mkiewra NO[at]SPAM mail.fujitsu.es at 2/2/2005 7:07:21 AM
Hi, experts. I have a strange problem with accessing Analysis Services from Reporting Services. Our client needs to public reports in the web site and to make them accessible for everybody. In order to achieve it, I did the following: 1. In IIS I put the anonymous access for the virtu...more >>

Another SSL-Related problem?
Posted by cybermud at 2/2/2005 6:58:14 AM
I have seen all the other SSL related problems, and I don't think I am having the same issue...but I am having something similar. I have Reporting Services SP1 installed on the same machine as SQL Server. IIS is also on this machine. The machine is not part of a domain and its full name is S...more >>

Matrix Aggregation to a Column only
Posted by Ben Mann at 2/2/2005 2:45:04 AM
Hello, I have a matrix report displaying data from a data cube, via analysis services. It contains column groupings for Months, Quarters and Year as well as row groups for Team, User and Region. This allows the user to drill down from a top level "All Teams" total for the whole year, down t...more >>

Deployed reports not being overwriting existing reports
Posted by MicroMoth at 2/2/2005 2:41:03 AM
Hi, I am trying to deploy a new set of report to the Reporting server, but these new versions of the reports do not seem to appear in the Report Manager. There is no errors reported within VS.Net when deploying. Will it help to either restart the web server or restart the database server in o...more >>

Format for Parameters
Posted by sutphinwb NO[at]SPAM nospam.nospam at 2/2/2005 12:37:39 AM
Simple question - I have a date as a parameter. When I enter 12/1/2004 for example and run the report, after the data is displayed, the parameter displays "12/1/2004 12:00:00AM". Is there any way to pass the typical date format like "MM/dd/yyyy" to the parameter so that it formats the date o...more >>


DevelopmentNow Blog