Groups | Blog | Home


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 2004 > threads for wednesday july 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 31

Deploy SQL Reporting Service Files in a Custom Virtual Directory
Posted by Thomas Phan at 7/21/2004 11:51:32 PM
Dear all, I just started working with SQL reporting service last week. I have been writing a winform client that contains a the web browser control/pane. In additional to my winform client, I also have an ASP.NET application with my own HttpModule to handle security. I found that there's no...more >>


Show % total?
Posted by Chris Patten at 7/21/2004 7:23:01 PM
I have a matrix with the total column as the last column. I want a detail field to reflect a % of what the total field is. So something like this, which doesn't work, which is my issue, any thoughts? =Sum(Fields!QUANTITY.Value)/Total...more >>

URL and data fields (path for the dynamic image)
Posted by AzzaLiYA at 7/21/2004 7:13:03 PM
Hi, I wonder how to combined the url path and table fields in order to have a complete path in generating an image dynamically?The image should be placed in a table details. Eg path that I want to display: file:\\sjwdtmsfs01\fin1\data\finprod\attachments\(file name) File name consist of thes...more >>

Licensing question
Posted by Homer at 7/21/2004 7:12:02 PM
I know there are two license formats for Reporting Services Standard and Enterprise. I am interested in data-driven subscriptions which is an enterprisse feature. I have went through the Microsoft Reporting licensing pages and I cannot get a concrete answer on this question. Do I need SQL Server2...more >>

Hide Certain reports from users
Posted by Samuel at 7/21/2004 7:10:12 PM
Hi All, Is it any way to hide a particular report from listing in the report folder? My actual problem is I deployed 2 reports in the report server and one of them is a subreport. And I want the users should able to run only the main report and not the subreport. TIA, Samuel ...more >>

Is it possible to create a DATASET through an Assembly?
Posted by John D. at 7/21/2004 5:55:03 PM
Problem: Trying to combine two datasets onto a single table for x-referencing purposes. One dataset comes from a SQL Server and the other comes from a File System processing unit. The File System dataset makes it so that OpenRowSet can not be used. Attempt: I tried to create a DataSet through a...more >>

Ok, now here's an easy one...
Posted by JDP NO[at]SPAM Work at 7/21/2004 5:34:25 PM
Programic render of a report to PDF, how to remove my html, and or render to a pdf w/out my param controls? Can I call a NewWindow? or what should I do? I've overcome how to pass a .Net dataset to a SSRS report, smoke & mirrors, it is a kluge but I've got it working. It wasn't much code j...more >>

SQL Reporting Services - File Access Permissions Problem
Posted by epopo NO[at]SPAM attbi.com at 7/21/2004 5:16:54 PM
I have been trying to use a custom XML data extension for SQL Reporting Services. The extension works fine when in the Visual Studio IDE, taking the "Connection String" (which is basically a directory path to the XML document used for the report) as both file system path and UNC path. Howeve...more >>



Reports in IFrames over internet.
Posted by aishaumer NO[at]SPAM yahoo.com at 7/21/2004 5:02:29 PM
We are considering Reporting Services as one of the options for our company's data reporting needs. I have a few questions. It will be great if someone can help me with these. 1.Are Iframe and "new window" the only two ways to display/integrate reports in a .net Web application? Does the repor...more >>

Using URL passed parameters
Posted by Adam at 7/21/2004 4:51:01 PM
I want to pass my report parameters via URL string and while I can get this to work, I was wondering if it's possible to hide the parameter text boxes at the top of the screen. I want these to be hard-coded from the hyperlink I access the report from within my web application and the user should no...more >>

How do i use a external dataset in the reporting service?
Posted by shankar at 7/21/2004 4:25:21 PM
HI, I have a dataset created from multiple datasources. I would like the reporting service to use this dataset to generate reports. How do i do this? In crystal reports, you could this by designing the report with field definitions only and setting the datasource property to Dataset/Recordset ...more >>

PDF FORMAT
Posted by Ashok Jain at 7/21/2004 2:50:05 PM
I am trying to use couple of PDF librararies to do some post processing on the PDF generated by reproting services but all the tools i have tried so far are unable to open PDFs generated by RS - however other PDF (which are not generated by RS) can be opened normally programatically. RS generated PD...more >>

Cascading Parameter - Flashes to a blank screen
Posted by creative NO[at]SPAM mailcity.com at 7/21/2004 2:31:15 PM
In case of cascading parameters - when the report flashes - it shows a blank white screen. How may I replace that blank white screen with a message - "Please click view report when you are done selecting" ?...more >>

Dragging multiple fields to a table?
Posted by fzuma NO[at]SPAM yahoo.com at 7/21/2004 2:08:06 PM
Ok, there has to be a way of dragging multiple fields from a dataset to a table like there is in Access. I have a dataset of about 30-40 columns and it will be excruciating to right click on a column in the table 30-40 times to add more columns so that I can then drag one at a time all the fiel...more >>

Dataset CommandType: TableDirect (Error)
Posted by Abdul Malik Said at 7/21/2004 1:45:21 PM
In Visual Studio Report Designer data tab, whenever I try to create a new dataset with the CommandType "TableDirect" I get the following message: "An error has occurred while setting the Command Type property of the data extension command. CommandType.TableDirect is not supported by the .Net S...more >>

Connecting to Analysis Services cubes from Reporting Services
Posted by Raj at 7/21/2004 1:43:02 PM
Hi, I have created cubes using Analysis Services. Could I please know how to create a data source to connect to those cubes in Reporting Services to generate reports out of them. When I choose to create a data source in Reporting Services, I am able to see options only to connect to Sql Server, O...more >>

Layout for Parameters in Menu Bar
Posted by creative NO[at]SPAM mailcity.com at 7/21/2004 12:53:08 PM
I want to change the layout for the parameters in my menu bar. I understand that with SP1, I can use style sheets. 1. I want to group three on top and then but a horizontal bar <hr> and then I want to put four in the middle - and agin a <hr> and then three at the bottom. 2. Also - ...more >>

Menu System
Posted by Chuck Burns at 7/21/2004 12:39:49 PM
Hi, Has anybody come across a good menu system for MSRS? We could write our own but are perfectly willing to look at a packaged product. Thanks for your help. CB ...more >>

problem with matrix subtotal
Posted by angi at 7/21/2004 11:45:52 AM
Hi, I use subtotal in matrix and data source is OLAP Cube. Syntax is... SELECT { [Measures].[Cnt]} ON AXIS (0), { Descendants ([Product].[ALL],[Proeduct].[Brand], LEAVES) } ON AXIS (1), { Descendants ([Year].[ALL]) } ON AXIS (2) From Prodkuct But why the value of subtotal is the first v...more >>

Visibility - Hidden Property and Expression
Posted by RA at 7/21/2004 11:34:50 AM
I have created a test table in the dataset using following SQL DECLARE @Table TABLE ( ID INT IDENTITY (1, 1) Not Null, Category varchar(20), DetailLine varchar(500), NumData INT ) INSERT INTO @Table (Category, DetailLine, NumData) VALUES (N'ABC', N'Detail ...more >>

subscriptions - how to run?
Posted by Richard Wrench at 7/21/2004 11:25:08 AM
I've set up a timed subscription scheduled for Monday - How can I run it now? Thanks ...more >>

Time Format [h]:mm:ss
Posted by canei32 NO[at]SPAM hotmail.com at 7/21/2004 11:23:54 AM
Hello, Is there a format in VB.net/Reporting Services that will achieve the same results as [h]:mm:ss in Excel? (e.g. 64:09:34) Thanks in advance for any help. Craig...more >>

Refresh Fields list
Posted by Joe at 7/21/2004 11:16:02 AM
Ok, what is the secret key combination to refresh the fields list? Please? :-) I am modifying a drilldown report I created, and have added a field returned from my stored procedure, and would now like to include this field on my report. I am clicking around and I cannot seem to trigger it to re...more >>

Problem with TextFieldProperties
Posted by Martin Jau at 7/21/2004 11:04:38 AM
Hello Newsgroup, i have problems with formating in the textfield. I want to format a field user-defined like this #,##0.00 ?/ Fields!MengenEinheit.Value now the text would have to look as follows 12.345,67 ?/m³ but it is indicated the following 12.345,67 ?/ Fields!MengenEinheit.Value ...more >>

Win2k3 Install Issue
Posted by AshVsAOD at 7/21/2004 10:41:21 AM
Hello, I installed RS on a Windows 2003 Domain Controller then uninstalled the product. Now when I attempt to install again the process gets through the support files then just ends. Upon rebooting the server I am told the install failed. What is going on and how can I reinstall RS? Th...more >>

Role Assignment Group Question
Posted by Randy at 7/21/2004 10:31:06 AM
My home folder gives Everyone access to the Browser role. Then I have a Test folder that contains a Test Report. I created a TestUser and added them to a TestGroup. The problem is that the TestUser cannot see my TestReport. I removed Everyone from the TestReport. TestFolder still has ...more >>

ReportServerExternalURL
Posted by Moreno at 7/21/2004 9:56:01 AM
I'm trying to access report server from internet. Is ReportServerExternalUrl the right way ? Or must I change all references to <servername> in configuration files to <www.mysite.com> ? Can someone tell me how to use ReportServerExternalUrl configuration setting? The documentation is very poor ...more >>

Export multiple reports in one PDF
Posted by Richard Wrench at 7/21/2004 9:16:30 AM
I would like to take 3-4 reports and export them to one PDF file- whats the easiest way to do this? Thanks. ...more >>

Embedding Dundas Chart Pro Charts in RS
Posted by jbarts at 7/21/2004 8:12:05 AM
This there a way to integrate the full version of Dundas Chart Pro in RS reports by using the extensibility API? Including a URL accessed image of a Dundas Chart doesn't cut it if the rendering is to be done by PDF - my experence is showing that the image will be heavily pixelated. TIA Je...more >>

How to specify a Null Default value for a Parameter?
Posted by Rafa® at 7/21/2004 5:37:01 AM
I'm trying to specify a Null default value for a query-parameter... I tryied "=Convert.DbNull", but it doesn't work... Does anybody knows how can I do that? Thanks...more >>

Reporting Services Currency Symbol
Posted by Angelo Sala IT at 7/21/2004 5:24:01 AM
There is a way to configure the currency symbol (default $) in order to use what define in the regional setting (Euro € for example). ...more >>

Passing null parameters via Query-String
Posted by Rafa® at 7/21/2004 5:18:02 AM
I'm trying to call a report, passing my parameters via query-string... I have one parameter that can receive null values... Following Books Online, the syntax for null values is :isnull, giving the following sample of URL: http://exampleWebServerName/reportserver?/foldercontainingreports/orders&d...more >>

Rotating Text with Custom Code
Posted by Chandler at 7/21/2004 5:05:02 AM
Is it possible to actually rotate text 90 degrees to the left or right in a text box using custom code?...more >>

Time-based parameters in report subscriptions
Posted by vsiat at 7/21/2004 4:18:03 AM
When a user subscribes to a parameter report, usually enters specific values with which the report should run before delivered through the subscription. If the subscription is an ongoing one, time-based parameter values initially entered by the user will have the problem of being outdated and havi...more >>

Defualt Value Question?
Posted by Redmoon at 7/21/2004 3:16:36 AM
Hi,everyone I have a report. I List a employees in a table,I use a parameter "DepartmentID"(0-n) to query employees dataset1. I have other dataset2 ,the department from a sql text. the parameter "departmentId" from dataset2,and I need a default value "All" to list all employees. But the def...more >>


DevelopmentNow Blog