Open report from the report (shown in Iframe) in another IFrame on same page
I have a report shown within an iFrame of some other page. I want to drillthrough from this report to another report (same domain) to a another Iframe on same pageFor drillthrough I am using HTML...
View ArticleSSRS Newbie
I am very familiar with SQL Server but new to SQL Server Reporting Services.I have a Report to build but I'm having a problem getting it set up. I have the data source and data set but that's as far...
View ArticleReporting Services label print to Smart Label Printer too small, unreadable
Using sql server 2012 / vs2010 sp1 - attempting to print labels on seiko smart label printer 440 - 1 1/8 x 3 1/2 through reporting services. Print preview looks fine. when label is printed using the...
View ArticleSSRS 2008 R2 matrix report issue
Hi, I am using SQL Server 2008 R2 Reporting Services. I am creating a matrix report and have no groupings. I do not see Store A & Store B sales Transactions on the same line. See below image.I...
View ArticleTrying to identify cause of error in report builder
get unhandled exception has occurred in your application ----> Not enough storage is available to process this command.this is a limited dataset and a simple select statement. the report has 2...
View ArticleThe preview screen does not work for report building
I am using VS 2010 connecting to a SQL 2012 database.When trying to preview a report I built using the Report Server Project Wizard it does not display. The preview tab does not show the report I made...
View ArticleSSRS Custom Delivery Extension + logging into database
Hi, I have requirement to add logging in my custom delivery extension. I want to implement logging for execution into database. I was thinking to use datasource of report to connect to database, but...
View ArticleConvert seconds to Days, hours, Minutes, Seconds in Reporting Services
Hi Guys,Im currently reporting of an analysis services cube, however I have value which is in seconds and would like to report on this in reporting services as day:HH:MM:SS.Has anyone got any...
View ArticleIs there an escape character in SSRS scripting?
Hi, I'm using SQL 2005. I need to include a double quote (") within a string in a report textbox. How do I do this? I've tried to escape it with a backslash, tried using ", etc. Thanks in...
View ArticleRDLC - Group Header Continued on next page...
Hi All,I have a requirment in RDLC, if the group rows exceeds more than one page, I need to add a content at the bottom of page and next page first row, like belowGroup...
View ArticleProblem with nested iif
Hi,I am trying to produce the correct results to pick up a phone number.If the telephone has a value, then show this number, if the telephone does not have a number then use the Home-Tel.If the...
View ArticleExport data sql server 2008 to excel
Please can you help me, code Export Excel from: (Export data sql server 2008 to excel many sheet, each row in datagridvew export one sheet excel, n row in datagridview = n sheet excel, note: export...
View Articlequery
i am having a database and in windows form i am having 2 textbox .in that textbox i will enter 2 numbers in textboxes.Then i have to retrieve data from databases related to that numbersand i have to...
View ArticleReport Viewer issue with SQL 2008 and Explorer 10 on windows 7 32 and 64 bits
I have a customer who is using SQL Server 2008. They are extensively using reporting services after the Report Viewer fiasco of about 5 years ago was finally cleared. Now Explorer 10 prevents users...
View ArticleCount rows in group
Hello.I built a report with one field as a group.I want to count the number of rows in each field so I can add it to the group field or somw where in the report.How can I count how many rows do I have...
View ArticleRendering a Reporting Services Report Async then Saving to File
//Create Execution service object ReportExecutionService rs = new ReportExecutionService(); //Use the .net credentials rs.PreAuthenticate = true; rs.Credentials =...
View ArticlePASSING A PARAMETER IN URL - SSRS 2008
Hi We have a report that passes a parameter in the URL . That works fine. But when the parameter is not passed in the URL ,We get a message saying 'parameter is missing a value'. How to eliminate this...
View ArticleDoes the 'Jump to URL' action work in SSRS 2008?
I'm using Visual Studio 2008, and SQL 2008 Developer edition. I have Microsoft SQL Server Reporting Services Designers Version 10.0.1600.22 I'm rendering reports with...
View ArticleReporting Services 2008 R2 ReportingServicesService.exe high CPU
I've had a couple of instances where ReportingServicesService.exe is setting at > 50% of CPU.I've looked run the following query but nothing stands out.Use ReportServer Goselect * from...
View ArticleShow/Hide items in series on chart
I have done this before and can't seem to figure it out now. I have a bar chart with date on the X axis and a dollar amount for each date as the bar. I would like to be able to show only the last 30...
View Article