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 > october 2005 > threads for wednesday october 12

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

Printing Report from report viewer
Posted by anil at 10/12/2005 11:38:56 PM
Good Day all Since a week i am working on SQL REPORTING SERVICES as well I installed SP2 i got the feature for client side printing also and i am able to print my report but the problem is, i am getting 2 pages instead of 1 it is supposed to be only 1 i mean to say, in the preview i am getti...more >>


Validation of Report Parameter
Posted by Atina at 10/12/2005 10:08:03 PM
I have a report generated using Reporting Services that contains a report parameter of integer datatype. I was asked to put a "validation" on the report parameter to accept only numeric data. The RS used to crash if any alphanumeric data was input in the report parameter textbox. Basically, ...more >>

Web Farm
Posted by ISGADMIN at 10/12/2005 8:16:02 PM
Is there any documentation of setting a RS web farm while still using Form Authentication. Thanks, Jas....more >>

SubReport Not Showing
Posted by Andy Jones at 10/12/2005 4:45:02 PM
I created a report with a subreport. When running the report from VS.Net the subreport runs fine. However, once I put the report onto the report manager page only the main report runs and the sub report has a Error: Sub Report Cannot Be Shown. Does anyone have any suggestions on how to fix ...more >>

Blank images in Internet Explorer 7
Posted by comet61 at 10/12/2005 4:23:02 PM
Hi, We are accessing Reporting Services via the Web Service, using a report image page to handle streams off the render. This has worked great for months. Recently, some of the staff have upgraded their IE to 7. What has happenned is these images are coming up blank - not the red X m...more >>

reporting services reporting
Posted by Ron at 10/12/2005 2:35:16 PM
I am new to reporting services and I have heard that there are reports available to report on reporting services. IE. Which reports are run, how long they run, how often they are run... Can somebody tell me where to find those reports? Thanks, Ron...more >>

hiding parameters
Posted by Danny Bader at 10/12/2005 2:11:03 PM
I keep seeing post saying that you can hide parameters and pass the values through a querystring by clearing out the prompt string and unchecking prompt user. However, when I try this i get an error saying the propery is read only. Any Suggestions. -- Thanks, Danny Bader...more >>

Remove Authentication when ReportManager accessed
Posted by Giya at 10/12/2005 1:17:04 PM
I am calling ReportManager home page ( http://webservername/Reports/Pages/Folder.aspx ) when i click on the Reports link in my classic ASP application. Right now it asks for authentication and i have admin rights and i created a user account with browser access in ReportManager for other use...more >>



Monthly Subscriptions
Posted by Andy at 10/12/2005 12:53:01 PM
Looking for assistance out of a difficult spot. I have several subscriptions that need to run on the last day of each month. However, Reporting Services has a problem if I set the schedule to run on the 30th or 31st of each month. Has anyone figured out how to do this? Currently, I must ma...more >>

A report VIEWER control ! How about the report DESIGNER control ?
Posted by Sven Devriese at 10/12/2005 12:19:45 PM
Hi all, our team is really excited about the new ReportViewer control. Heck, it even supports custom data sources, which fits in nicely with our overall application design. The only thing that seems to be missing then is a control that allows our users to design (or at least modify) reports t...more >>

Remove hyperlinks when exporting
Posted by l.holmes at 10/12/2005 10:44:39 AM
Hi Is there any way to remove any hyperlinks in a report when they are exported to another format like Excel. Thanks ...more >>

StoredProcedures AND passing the 'ALL' parameter
Posted by DigitalVixen at 10/12/2005 9:55:06 AM
I have 3 Datasources setup in RS. 4 Parameters Startdate, Endate, paymentType, LoanType. The Main query uses the 2 other Datasets created as Unions in order create the 'ALL' parameter and display queried parameter values. Everything works beautifully, however I converted the Main query in...more >>

Report Designer - Importing Excel Files Into Datasets
Posted by auldreidy at 10/12/2005 9:46:01 AM
Using the MS SQL Server 2005 CTP on os win2k prof. I have set up two datasets in a report that are supposed to be referencing to separate data sources where the following connection strings are aimed at separate files in the same target folder: - DataSource1: - Dsn=Excel Files;dbq=<dr...more >>

Bundling Reports & Dynamic DataSource.
Posted by skynet at 10/12/2005 8:16:02 AM
I am currently evaluating reporting services. I haven't been able to find any information of the following subjects. Can Multiple Reports be dynamically combined into one at run time? I need to allow users to select which reports to run (all which can be run individually else where) and if...more >>

Displaying Aggregate Values in Header on every page
Posted by capricorn at 10/12/2005 8:13:09 AM
Hi all. Product: SQL Server 2000 Reporting Services Service Pack I am trying to display a calculated field in the Page Header for every page. I have tried the suggestions written, but the textbox only appears on the Page Header on the last page of the report. For example, textbox29 in the ...more >>

Insert a page break after the table
Posted by Nici at 10/12/2005 7:39:06 AM
I've got 2 tables and then 2 matrix on my report, all seems fine but I want a page break after each, after the second table the first 2 rows of the matrix is printed on the same page. then there is a page break and the whole matrix is printed on the next page. I've tried putting a text box i...more >>

Probs running script to fix linked report page settings
Posted by ag at 10/12/2005 7:15:03 AM
Hi I had the problem of my linked reports not picking up the same page settings as the base report it was linked to. After googling around a bit I found what looked like the solution, a nice little script on Brian Welckers blog which resets the linked report page settings to the same settin...more >>

Visual Studio - Recent Projects
Posted by Terry at 10/12/2005 6:01:02 AM
How do you clear or remove unwanted historical Project Names within Recent Projects in Visual Studio?...more >>

CustomReportItem in Local Mode
Posted by Ing. Gabriel Fogante at 10/12/2005 5:51:10 AM
I’ve developed a CustomReportItem using VS 2005 RC and SQL Sept CTP. All work great if I use a Report project in Server Mode i.e. I can drag & drop the control onto a report and test it. Sadly, when I try to create a report in LOCAL mode, I’m unable to drag & drop the control onto the rep...more >>

Subscriptions and e-mail on RS 2005
Posted by Bryan Avery at 10/12/2005 4:02:03 AM
I've loaded up Reporting Services 2005 and it's all working, but under Subscriptions I only get the choice of "Report Server File Share", and not Server E-mail delivery, any one know why? -- Regards <<<Bryan Avery>>>...more >>

Date Parameter
Posted by Joe at 10/12/2005 3:58:02 AM
Hi there, My report needs 4 parameters. So as normal the report opens up and you fill in the parameters at the top. Fill in the parameters. Generate report and all is good. But now, Is there a way to fill thouse top parameter fields when populating the report initialy? The problem comes i...more >>

Running a asp.net(1.1) app with sql2005 (on a 2.0 framework app)
Posted by melu at 10/12/2005 1:05:04 AM
Hi, I have developed a simple app using asp.net (vb.net 2003). Normally I would copy the application files from c:\Inetpub\wwwroot\ to the server and paste them to the same location on the server. I have installed a new server with win2k3 sp1 and installed beta 2 of sql2005. I have ...more >>

SSRS 2005 Data Model design
Posted by Rich Lund at 10/12/2005 12:00:00 AM
Has anyone published (web or otherwise) any guidance on building SSRS 2005 data models yet? Books Online is pretty much just a step by step low value guide at this stage although I'm sure white papers etc will come along eventually. ...more >>


DevelopmentNow Blog