How to move reports from Development to Testing
Hi All, I created reports in ssrs. How can i test that report and move from Development to Test environment. Any Help would be greatly appreciated.Regards,S.Harikrishna.
View ArticleSSRS 2008 R2 SP2 CreateChunkSegment blocks CleanOrphanedSnapshots
Hi everyone,when executing reports in report manager, I notice in SQL Activity Monitor constant blocking of the process ReportServer.dbo.CleanOrphanedSnapshots by the process...
View Articlessrs22008r2 error : Number must be either non-negative and less than or equal...
Hello,We Unable to access or deploy reports in ssrs22008R2 , which was working fine for us earlier. We are getting below error :An internal error occurred on the report server. See the error log for...
View ArticleDatasource username and password
I have a subreport that connects to a different database then the main report. When I try to view the report in ie, I am prompted for a username and password. I have already set the username and...
View ArticleHow to make any folder is part of the build solution VS2010
How to make any folder is part of the build solution VS2010, then it automatically added as part build process. suppose i have two project in my solution. one is main project and another is setup...
View ArticleHow to create and Use YTD parameter for my report
T3."yr" = @EnterStartYear and T3."period" >= @EnterStartPeriod and T3.Period <=@EnterEndPeriod Currently this is my Report parameters.. I have 2 columns in my dataset one is year='2011' , '2010'...
View ArticleOpening Report in New Window when using Action >> "Go to Report"
Hey everyone,I've been spinning my wheels on this for a while now and not able to find any solutions on here.I have a report that has a drillable Text Field (link) to another report. The drillable...
View ArticleSum 2 Texbox value from 2 different tables
I have in my reports 2 tables related to 2 datasets.In table1, i have a field "Balance" having the below expression:RunningValue(Fields!Debit.Value-Fields!Credit.Value,SUM,"Currency_Type1")In table2, i...
View ArticleSRS XML reporting question
I am attempting to report on a sql table that has a xml data type, I want to be able to report on all the nodes within the Operands node, called "RuleExpression" the sql below only gives me the first...
View ArticleRecursive CTE preventing data set from caching
I've listed a detailed question here some time ago, and have had no luck so am hoping someone here can help.I have a data set in an SSRS report that uses a recursive CTE to clean strings, unfortunately...
View ArticleReporting Service authentication Issue
I am using sql 2012 as a database with windows server 2008 R2 for hosting my database, whereas my web applications are hosted on another server with windows server 2008 R2. The issue is that I can...
View ArticleKB2716436
On Tuesday (10/09/2012) SP 3 was installed for SQL Server 2008 R2 (KB2716436) by Windows Update. My installation of SQL Server includes Report Services - so now when someone tries to print it wants to...
View ArticleRemoving Authentication--Report Service
Hai, I don't wanna get prompted with a window asking for username and password. I am able to open Report service in my server machine. on click of the Reporting Web Service url in "Web Service Url" Tab...
View Articleformat the no rows message text
Is there a way to format the no rows message text so it will match the rest of the text on a report?
View ArticleNaN and Infinity in my Report
I am using Visual Studio to build my report and I have tried this:-=IIF(Fields!A.Value =0or Fields!B.Value =0,0,SUM(Fields!A.Value)/SUM(Fields!A.Value)&=IIF(SUM(Fields!A.Value)=0or...
View ArticleHow to write visibility expression on two data fields?
I am developing an RDL on SSRS 2008 R2 and am trying to make one group display or hidden based on the following visiblity expression for this...
View ArticleDrilldowns do not work and vertical alignment not working
We upgraded our application to use the ReportViewer control version 10 in place of version 9. However, it introduced 2 new problems in one of our reports:The drill-down links (go to report) don’t...
View ArticleIs it possible to nest a subreport in itself in SSRS 2008?
I created a report in SSRS 2008R2 with the intent to deploy it in Report Manager 2008 (target server version was set to 2008). The report consists of 2 rdl files - the main report and a subreport. The...
View Articlecondition on hours
I would like the query to run in a certain way that it gives me total hours lost since it had 24 hours in data.so if I run query on 20/11 and hours are <24 then it should give me sum of hours lost...
View ArticleReport output differs for Reporting Services (web view) and printout
I am facing an issue that has been unresolved for some time now. I am contracting to a company that has chosen Report Builder 3.0 as their report authoring tool, and Reporting Services for report...
View Article