How to remove Parameter title from SSRS on SharePoint 2010
I have text Parameters top of all the parameters. Is it possible to remove the text?Kenny_I
View ArticleHow to create a sub report or drill down report by passing parameters?
Hi,here in the following is my report design.I want to display the detailed information for all closed appointments in a sub report or by using drill down way.For example, if a user click on the closed...
View ArticleSubreport to show on only on page1 of main report
Assalam O Alaikum I have a main report in which i am using two subreports (subreport1 and subreport2), I want subreport2 to appear on page 1 only of my main report. I tried many methods but none...
View ArticleSSRS - ReportServer..ExecutionLogStorage
When running the below query to look at the size of the clustered index in my ReportServer database I see 2 rows?select object_name([object_id]) as [table], page_count, record_count,...
View ArticleLogon failed. Logon failure: unknown user name or bad password. (Exception...
Hi,I am trying to do the example on page 414 of Brian Larson's book on 2005 Reporting Services and I get the above error. The report runs just fine in Visual Studio but not when the report is deployed...
View ArticleReport Processing login failed error
Hi, we are migrating our database and report server from SQL 2005 to SQL 2012 and we have move DB to new server. i have configured the reporting server to AD user. We also have deployed reports...
View ArticleReport Creating Issue while reporting server is configure correctly on Port:80
I have Configure My report server Properly on Port : 80Report server URL:http://Xyz/ReportServerXyz-m/c name same as sql server name.It working correct in local.But when I share this to LAN n/w it will...
View ArticleComplicated report construction
Hello all, using SQL Server 2008 but only Visual Studio 2003 to create the report, I have to create a table (or matrix) based on a resultset like this (stock of fuels):DescFuel – Stock – TypeFuel –...
View ArticleSSRS Batch Printing
I am looking to create an SSRS Report that would allow batch printing based upon numerous values that are passed to a parameter. For example, I have a one page document that is looking for an ID field,...
View ArticleTop N using XML Dataset and Datasource
Hi I have XML dataset in SSRS and query runs fine, but I want to limit result to 5 only.When I add the result to a table/matrix in ssrs and use Top N on the feild I want to get top 5 result, it doesn't...
View ArticleJump to URL open new window with Sharepoint...
I have been looking in the forums and I seem to have a pretty unique take on this problem. I want to open a new window when I click a hyperlink on my text box. Now I have seen the following...
View ArticleCreating Space between 2 text boxes when we rendered into word
Hi Allwe have SSRS report where we have used many text boxes to display the results .when we preview the report the page is breaking between 2 textboxes and when we rendered this report to word we are...
View ArticleError in sum calculated field in ssrs 2008
hi guys..i have a calculated field "Due_Balance"in my report with a complex formula:=IIF((Fields!Transaction_Date.Value>=Parameters!From.Value) AND...
View Articlemultiple AND clauses with null option
I have a query that i cannot get quite right while using MS report builder 3.0 pulling from a SQL 2012 db.SELECT * FROM regtesters.dbo.resreg reg WHERE (reg.regNumber = @regNumber OR @regNumber = '')...
View ArticleAuto Refresh doesn't happen.
Experts,I've created simple data-set query as:-SELECT CAST(GETDATE() AS DATETIME) AS DTThis column(DT) I'm displaying into Tablix column and setting report property toAuto Refresh = 10 (10 sec).Report...
View ArticleHow to put multiple subreports in a row based on a parameter
Hello All,I am working on a report that has tablix. My report is like this I am stuck near the Code definitions (last section). It is a tablix. 1st row has just Code definitions as text and the second...
View ArticleReport Export File Format Configuration
Hi all I need to do two task in which I have one single report that contains one tablix and one chart .Now I need to export the report on below conditionTablix in EXCEL FORMAT and Chart in PDF format...
View ArticleUnable to login to Reporting Services
I'm unable to login to Reporting Services on local host. I have installed SQL Server 2012 on Windows 7, but it doesn't accept the user I enter. I've checked the user and the url, and I'm sure it is...
View ArticleRDL - Dynamically create column from values
I am creating an RDL and I am querying from a database.I am selecting this columns from my database:ID, Car Brand, Car Model, YearNow what I want to show in my RDL is the following columnsID, Car...
View Articleshow "continued" in a tablix when data is more than one pager
hello,I have a table which returns 100+ rows. The client want to see on each page in the lower right hand corner of that same tablix the wording "continued" when the data is continued to the next...
View Article