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 > november 2004 > threads for monday november 22

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

Shared Data Sources created with Report Manager Not Recognized
Posted by CdDev at 11/22/2004 7:13:02 PM
How do I go about having the Report Project Wizard recognize the shared data sources I have configured using Report Manager?...more >>


accessing reportparameters programmaticly??
Posted by Kjell Brandes at 11/22/2004 3:35:52 PM
Is there a way (of course there is) to access the reportparameters for a report? Any samples would be appriciated. I want to write a webpage that automatically renders all the arguments for a report.. PLS Help Reg. Kjell ...more >>

Report Viewer display problem
Posted by saglamtimur at 11/22/2004 1:40:06 PM
Hi, I use reportviewer.dll in my aspx page, and everything works fine on my development pc where sqlserver, reporting service and visual studio installed. But when i try to access this page from another pc, iframe which holds reportviewer gives me "The page cannot be displayed. The page you ar...more >>

Why I can't use expressions with some properties?
Posted by Javier Catala at 11/22/2004 1:17:02 PM
Hi everyone! I don't know why I can't use expressions with some properties. I'm trying to set the height property of a table row with an expression, and it looks not possible. Report Designer says me that I have to use a number directly. Any idea? Thanks in advance! Javi....more >>

List box and pagination issues rendering to .pdf
Posted by Martha at 11/22/2004 12:43:01 PM
I have a report that is using lists. When previewed in reports services it looks fine, but when exported to .pdf, I get extraneous unwanted blank pages. It is NOT the margins or section sizes, I have checked all of that. It appears to be related to the amount of data in one pas through a group...more >>

Wishlist: reports folder
Posted by Ing. Branislav Gerzo at 11/22/2004 12:38:37 PM
Hi all, I have around 30 reports in solution explorer, and it is sometimes hard to navigate between them. I suggest making "folders" or "virtual folders" in solution explorer under reports folder. I will have around 150+ reports, and I don't want see that mess. Thanks. P.S.: Will be bord...more >>

Error:The type initializer for "Microsoft.ReportDesigner.Drawing.Language" threw an exception
Posted by rchange NO[at]SPAM gmail.com at 11/22/2004 12:36:31 PM
Hi, I've been trying to get to the bottom of this error it prevents be from loading the report in Design Mode. As of right now when opening a report in design mode through the VS .Net 2003 IDE I get the following: Deserialization failed: The type initializer for "Microsoft.ReportDesigner....more >>

custom (dynamic) hyperlink
Posted by JL at 11/22/2004 12:09:02 PM
I have looked through various posts, but I still don't have a solution to the problem I have in my hand. I attempted to make create three hyperlinks from a comma delimited string output: value1,value2,value3 I tried the following: ="<a href='#'>" & replace(Fields!cdString,",","</a>,<a h...more >>



Windows Authentication and Report Server
Posted by bteclt at 11/22/2004 12:07:02 PM
I have SQL Reporting Standard running on an externall IIS box under the Default Web Site. We created a DNS entry to access that Report Manager and Server from the outside Internet world. Production Web site on same box. However, I would like to avoid having that DNS entry for Sql Report Man...more >>

Oracle DB Link in Reporting Services Query String
Posted by Anatoliy at 11/22/2004 11:42:27 AM
I am trying to select for a report some data from an Oracle table through a DB Link, using a select statement: SELECT a.filed1, a.field2, dbl.field3, dbl.field4 FROM table_name1 a, table_name2@db_link_name dbl WHERE a.filed1=dbl.filed5 However, the SQL Report Wizard returns an error “Inv...more >>

PDF generation
Posted by Dlloyd at 11/22/2004 11:07:01 AM
Does anyone know if you can generate a PDF that can NOT be edited. Dave...more >>

Access Items Generated in Matrix?
Posted by Hunter Hillegas at 11/22/2004 10:39:06 AM
I am using a matrix in a report and it would be great to be able to work with some of the values it is displaying after they had been grouped and split apart. Is it possible to access these values from the matrix somehow?...more >>

can i develop on a different machine?
Posted by porterdn NO[at]SPAM email.uc.edu at 11/22/2004 10:32:02 AM
I have just installed reporting services on our web server and am able to create report projects from there, but I don't generally create visual studio projects on the web server. I use a development machine that does not have IIS installed. Is there any way to create report projects on my dev...more >>

how to get text (html) from "Render" method
Posted by adolf garlic at 11/22/2004 8:52:18 AM
currently i'm getting a stream back and am using [see code at end] to convert it what i get back on the screen is a bunch of crap like this MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_NextPart_01C35DB7.4B204430" X-MSSQLRS-ProducerVersion: V8.00.878.00 This is a multi...more >>

Unable to pass parameters from code in asp.net
Posted by adolf garlic at 11/22/2004 8:25:09 AM
I have a report which I know works fine when using the standard report viewer. It takes 2 parameters (year,month). When trying to pass these parameters from code into the render method, it all falls in a heap. how i'm adding the params ["reports" is the name of my web reference] Dim Parame...more >>

Microsoft.ReportingServices.UI ?
Posted by letuce dance at 11/22/2004 7:49:10 AM
does microsoft give away the source for the reporting service ui? usually installed in C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportManager\Pages I would love to see the code for this page <%@ Register TagPrefix="MSRS" Namespace="Microsoft.ReportingServices.UI" ...more >>

Report hangs on "Report is being generated" screen
Posted by StvPl at 11/22/2004 7:45:06 AM
I am having issues trying to use a deployed report on our live server. The report works fine in the development environment - yet when posted to the live server it seems to work fine but hangs on the "Report is being generated" screen. We are still in an evaluation stage of Reporting Serv...more >>

Microsoft CRM Picklist Fields in Reports
Posted by Amy at 11/22/2004 6:25:02 AM
Hi, I have experience with Crystal Report Designer and Microsoft CRM. I am now writing reports in SQL Reporting Services. In Crystal when you add a picklist field to a report you are able to pick a field called CaseTypeCodeName and it automatically associates the IncidentBase table to the...more >>

How to start with ReportingServices
Posted by Diana at 11/22/2004 6:12:26 AM
Hello, We have MS_SQL_2000 Enterprise edition, but I can't find there ReportingServices. Please, your help to guide me about getting started. - Diana ...more >>

Some users can not see folders and reports in Report Manager
Posted by Jared Smith via SQLMonster.com at 11/22/2004 12:28:19 AM
Hi there, I have just finished installing Reporting Services and uploaded my first report. When one of my users goes into Report manager, they can see the folder and report, and can run the report without any issues. However, when another user goes into Report Manager, all he can see is the sub...more >>


DevelopmentNow Blog