Reporting services SSRS how to create step by steps
Hi,how to create SSRS in sql server step by steps i need document How to Migration SSRS in sql server step by step i need document plz help me out ASAPRegardsB N RAO
View ArticleSSRS report height
Hi,I'm wonder if it is possible to get the SSRS report height when it is displayed in it 100% size.Here is my c# code: rvMain.Reset(); rvMain.Visible = true; rvMain.ProcessingMode =...
View ArticlePuzzling Behavior
I need help getting the output of my list to display properly... What I have is a query that shows the most frequent status messages broken down by each day...here is sample data:MsgTime MessageName...
View ArticleReport Server URL doesn't exist
Hi to all ,while preparing reports in SSRS , reports are running in Local i.e in Preview Tab .but the problem is after changing the URL report is not working , but when i opened that URL it is...
View ArticleSQL to SSRS Expression
Hi,Using Expression in SSRS, how can I select Min and MAX dates? In other words, is it possible to do the below SQL queiry in SSRS expressoin? CASE DATEDIFF(dd,MIN(CONVERT(VARCHAR(10),StartDT,...
View ArticleReport Designer query
Hi,First of all, I am totally new to SSRS.I need to show Top 10 records(sorted - based on some column) in the excel format .After the top 10 - there is a record which shows total for some other...
View Articleas invalid column
I am getting an invalid column error. I know it is because I am using the 'AS' name and not the actual column name. How can I make the query recognise the 'AS' name I entered? I have found a few...
View ArticleSSRS legend bubbles size
Hi, please let me know if there is way to increase size of Legend bubbles (items) in SSRS.I have a Line chart builded in SSRS, and I have a lot of lines generated within, and it is difficult to...
View ArticleParameter to mdx in ssrs
Hi,It could be very simple question but couldnt get it out from net,so here it isI have a MDX sayWITH MEMBER [Measures].[Rev] AS ([Measures].[Total Rev] ,[Dim Period].[Dim Period].&[201211]) SELECT...
View ArticleSSRS subscription report CSV format not working
I have SSRS subscription reports I want to generate report in CSV format but SSRS is erroring when I assign CSV. There is no problem with PDF and XLS format. Is there any alternatives to get CSV...
View ArticleDeploy a Report SSRS
I have SQL Server 2012 Express version and use SSRS to devlop a test report and would like to depoy and test the report.I specify my SSRS TargetServerUrl to http://localhost which is my local IIS...
View ArticleOperations with boolean in Expressions
Hi guys,I have a bit field in db table. I requre it to dataset and add expression to tablix column with it:=Sum(IIf( Fields!SLA_BREACH.Value = true ,1,0))I get error in resulting report:Warning 1...
View ArticleClicking on Show/Hide Parameter Arrow relaods the report
Clicking on Show/Hide Parameter arrow on an SSRS report in Website reloads the report .do I need to do any settings on the report to avoid this? The same report just works fine when opened in the...
View ArticleReport Server set Access-Control-Allow-Origin
How do I set Access-Control-Allow-Origin in reportserver?
View ArticlersErrorOpeningConnection when running report from SQL Report Manager 2005
Hi, I have having some issues SQL Report Manager 2005. When I try run a report I get the below error:"An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection...
View ArticleSSRS Report using stored procedure
I just BIDS to create a report, but I can only use tables. I just wonder can I use stored procedure as report data source.If yes, please advise how and where to choose stored procedure as my report...
View ArticleReporting Services Multi Value Parameter
I have an SSRS 2005 report that I want to enable for multi value. However, I always run into the issue with the way it passes multiple values. How exactly do I get a multi-value parameter setup and...
View ArticleUse multivalued parameter to choose sums in ssrs 2008
Hi!I would like to use a multivalued parameter to chose to sumarize by unit or by meter or by both. I alredy have this columns in my stored procedure and i have the parameters "SumByUnit" and...
View ArticleProblem to access Report Server by internet Explorer
I cretaed a report using BIDS and deploy to Report Server.I use Win 7, SQL Server 2012 Express and internet Explorer.I am the admin of computer, SQL Server and databases.I got The permissions granted...
View ArticleCan You Use Excel as a Data Source in Report Model project
Hi,Can we use Excel as a Data Source in Report Model project and deploye on report server ?I am using Excel 2007 as a datasource in report model and want to deploye this report model on report server...
View Article