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 > recent posts

RE: rpt to rdl conversion
Posted by Kony Putman at 5/6/2008 7:51:31 PM
Converting any digital media/file is not easily be possible but there is no such thing "illegal" if, “Tool used for creating media does no more support features as described by vendor or Created Media/File no more advantageous for your business or Tool used in crating media/file does not perform...more >>


RE: this report cannot have a default filter
Posted by Dine at 5/5/2008 1:57:44 AM
i think i have d same issue. I have my own view (say rpt_FilteredContact). and i need to add the "CRMAF_" prefix to that, in order to make it context sensitive (i.e. pre-filterable). Is there any other way to achecive this ?? Thanks. From http://www.developmentnow.com/g/115_2006_6_0_0_776107/this...more >>

displaying report parameter names and values in a textbox
Posted by Axel at 4/18/2008 4:08:31 AM
I'm trying to return the parameters used in a report in the report footer. Where it is no problem getting back the values I would also like to display the actual parameter name. However I haven't found a way to do that yet. My hunch is this needs to be done with embedded code. If anyone has got ...more >>

RE: underlay & watermark
Posted by Prabhakar at 4/17/2008 5:39:22 AM
Can anyone help to use "Underlay following Sections" of Crystal reports in SQL Server Reporting Services. From http://www.developmentnow.com/g/115_2006_1_0_0_684029/underlay-watermark.htm Posted via DevelopmentNow.com Groups http://www.developmentnow.com...more >>

Deserialization failed: The value must be between 0cm and 406,34921cm.
Posted by CyNETT at 4/10/2008 2:17:10 AM
I have problem in Reporting Services 2005 with width of report - max. limit is probably 406,34921 cm. Is it possible to increase this limit to for exapmle 450 cm ? From http://www.developmentnow.com/g/115_2004_11_0_0_453315/ErrorThe-type-initializer-for-Microsoft-ReportDesigner-Drawing-Language-t...more >>

RE: DateFormat
Posted by meera at 4/9/2008 5:58:23 PM
It doesn't help. Do you have any idea. thanks. From http://www.developmentnow.com/g/115_2005_6_0_0_551901/DateFormat.htm Posted via DevelopmentNow.com Groups http://www.developmentnow.com...more >>

RE: "The given key was not present in the dictionary"
Posted by SusieN at 4/4/2008 2:12:53 AM
Has anyone found anything other than deleting the rdl.data? I copied a report.rdl and pulled it into the same solution so I could try working some objects slightly differently. But now when I try to run the modified report I am getting this message. It seems to be related to the document map and b...more >>

RE: How to remove Document Map Labels???
Posted by Sigtryggur at 3/30/2008 8:13:03 PM
Instant solution, great thanks a lot Robert :) From http://www.developmentnow.com/g/115_2005_7_0_0_569127/How-to-remove-Document-Map-Labels.htm Posted via DevelopmentNow.com Groups http://www.developmentnow.com...more >>



RE: Error: StringStartsWith can't accept null parameters
Posted by Mridu at 3/25/2008 7:47:52 AM
Hi I'm also getting a very similar error. Any solutions for the same? Any help would be appreciated. From http://www.developmentnow.com/g/115_2004_7_0_0_448611/Error-StringStartsWith-cant-accept-null-parameters.htm Posted via DevelopmentNow.com Groups http://www.developmentnow.com...more >>

RE: Fixed Headers in RS 2005
Posted by Shalhevet at 3/21/2008 10:22:29 PM
Which version of SQL Server 2005 do you have? I had the same issue and found out that this bug doesn't occur on the RTM version Microsoft SQL Server 2005 - 9.00.1406.00 (Intel X86). However it does occur on the SP2 version. There is a SP2 cumulative update that is supposed to fix this issue, but it...more >>

Adding three textboxes in sql reporting services from different table
Posted by Shaan at 3/20/2008 7:15:22 AM
hi all, iam working in sql reporting services having 1 stored proc.I hav 3 different tables and in the 4th table ,i want to add sum of two tables and subtract the value of 3 from sum of 2. i treid in this way... """"first(fields!Previous_Commitment.Value, "table1")+ " " + first (fields!Commitment....more >>

RE: Fixed Headers in RS 2005
Posted by ElinaB at 3/16/2008 2:16:37 AM
I have encountered a diffrent problem. If my data source returns 45 rows or less, the table fits on one page and the header is locked for scrolling, If the data source returns 46 rows or more, it ignores the "header should remain visible while scrolling" and "fit table on one page if possible" opti...more >>

RE: Sum Totals on Conditional field
Posted by Chad at 3/10/2008 11:59:17 AM
Can anyone tell me how I can do this when I am AVG a column. I have the following code =FORMATPERCENT(avg(iif(Fields!hrs_cum.Value = 0, 0, Fields!hrs_cum.Value / iif(Fields!hrs_curterm.Value = 0, 1, Fields!hrs_curterm.Value)))) Now once it finds a zero it outputs a #error. Hoe can I make it han...more >>

error while previewing a report in Server Reporting Services
Posted by Sadiq at 3/7/2008 2:34:06 AM
type initialization exception:The type initializer for microsoft.reportingservices.diagnostics.globals threw an exception This is the exception i am getting while running a report in SSRS.Can anyone plz help me out with this From http://www.developmentnow.com/g/115_2005_4_0_28_0/sql-server-repor...more >>

Multi color in one textbox or how to conactenate text boxes
Posted by j gaw at 3/5/2008 10:53:13 AM
I gotta be missing something - I need to display a label and two numbers separated by a vertical bar: "My Label: AAAA | BBBB" on one line, concatenated together with minimal white in between. And this lines up with othe label and value above and below. Values maybe be from 1 to 6 characters lo...more >>

RE: ERROR: LocalizedName
Posted by Pubudini Prasanna at 3/4/2008 6:23:51 AM
Hi!. i faced the same problem posted by you and I was able to find a solution also. When I got the error log message below after configuring reporting server E mail settings WARN: The extension Report Server Email does not have a LocalizedNameAttribute. WARN: The extension Report Server Fil...more >>

RE: Navigational URL with Field value as Querystring
Posted by TuckWong at 3/3/2008 9:18:11 AM
Hi all, Im having problem with navigation URL. I want to pass in a value as a querrysting from a field. Example: http://localhost/myWorld.aspx?planet=Field!Planet.Value. But when i click the url, it gives me http://localhost/myWorld.aspx?planet=Field!Planet.Value. and not http://localhost/myW...more >>

RE: NULL DateTime parameters via URL
Posted by Jon Tudhope at 2/28/2008 5:20:30 AM
Use "value:isnull=true" From http://www.developmentnow.com/g/115_2004_10_0_0_451623/NULL-DateTime-parameters-via-URL.htm Posted via DevelopmentNow.com Groups http://www.developmentnow.com...more >>

RE: Displaying 2 records per row
Posted by Kim at 2/21/2008 9:24:38 AM
Can you give more of an example of how to do this these is not quite enough information here. From http://www.developmentnow.com/g/115_2005_5_0_0_516312/Displaying-2-records-per-row.htm Posted via DevelopmentNow.com Groups http://www.developmentnow.com...more >>

Exporting Drill Down features to Excel from SSRS 2005
Posted by Marty at 2/19/2008 12:43:28 PM
When I export a report designed in RS 2005 that has 5 nested drill down (visibility hidden until expanded) groupings to an Excel Spreadsheet, the Subtotal function in Excel only show 2 levels of subtotaling. The 1st level and the last level. No matter how many groups the report has in it, ...more >>

RE: report item not linked to a dataset
Posted by sunil tripathi at 2/16/2008 2:44:31 AM
unable to add a field in report viewer which is not selected in dataset From http://www.developmentnow.com/g/115_2005_9_0_0_598578/report-item-not-linked-to-a-dataset.htm Posted via DevelopmentNow.com Groups http://www.developmentnow.com...more >>

RE: report item not linked to a dataset
Posted by sunil tripathi at 2/16/2008 2:44:13 AM
unable to add a field in report viewer which is not selected in dataset From http://www.developmentnow.com/g/115_2005_9_0_0_598578/report-item-not-linked-to-a-dataset.htm Posted via DevelopmentNow.com Groups http://www.developmentnow.com...more >>

RE: AW exception?
Posted by Oak Ragetté at 2/14/2008 11:19:40 AM
I got the exact same issue and it turned out to be an issue with the default values in a Report Parameter. Modified the default values and the error went away. From http://www.developmentnow.com/g/115_2004_12_0_0_453709/AW-exception.htm Posted via DevelopmentNow.com Groups http://www.developmentn...more >>

RE: rotate text to be up and down....?
Posted by juergen at 2/13/2008 7:43:24 AM
hi, you can write your own class which convert a string 2 an image, rotate the image , send it back to the report. use an image control to view your textimage From http://www.developmentnow.com/g/115_2004_12_0_0_454324/rotate-text-to-be-up-and-down--.htm Posted via DevelopmentNow.com Groups http:/...more >>

Page breaks in HTML rendering
Posted by Liza at 2/12/2008 1:57:55 PM
HI, I have a report that I am rendering into HTML using SOAP by programmatically creating a subscription. For some reason, the page breaks I have in the report aren't effectively posted into HTML, so I get up to 3 pages (which should be separate pages, as they are on the screen and in PDF, for exam...more >>

RE: rsErrorReadingNextDataRow
Posted by dadkins at 2/7/2008 11:46:58 AM
I am also getting this error intermittenly on some reports. It is text query not a stored procedure and sometimes it works for the same user. The database and table being queried have high activity. Could this be a colision or exclusive lock? Since it's intermittent it is hard to troubleshoot. F...more >>

RE: report manager execution problem
Posted by Rob Strackeljahn at 2/5/2008 9:40:29 AM
This fixed My Problem Solution The problem is occurring due to missing permissions on the SQL server. This can occur because the database was restored or moved as the permissions are applied during installation by default. The following query can be run to apply the correct permissions. This ...more >>

RE: Unable to create new subscription in Management Studio
Posted by PubDC at 2/4/2008 5:52:05 AM
Also, check the credentials on the datasource : if these are using integrated windows security, I have found that the new subscription and new data driven subscription options are greyed out. Using stored credentials works fine. From http://www.developmentnow.com/g/115_2007_6_0_0_986199/Unable-to-c...more >>

RE: Report Manager Virtual Directory disabled
Posted by Jeff at 1/30/2008 8:13:55 AM
Thank you for this information, helped me get the Report Manager up and running on my XP box. From http://www.developmentnow.com/g/115_2006_7_0_0_784539/Report-Manager-Virtual-Directory-disabled.htm Posted via DevelopmentNow.com Groups http://www.developmentnow.com...more >>

RE: Nested Data Regions
Posted by Chris at 1/28/2008 12:29:56 PM
BUMP Has anybody actually gotten this to work? I agree that using sub reports is NOT a valid solution as it does not scale. I have a similar issue with a report that has 3 sub reports. This report can return up to 400 records, no add the additional 1200 database calls for the sub reports and I...more >>


DevelopmentNow Blog