Report Parameters Selected Shown in Report and/or Footer
Hi, I'm reasonably new to Reporting Services and still learning so A) bear with me and B) please excuse any misuse of terminology and C) sorry if i come across as a bit of a novice.I'm using SQL Server...
View Articlebarcode generation problem in RDLC local report
I am trying to encode [url=http://www.aspper.com/barcode-rdlc/tutorial.html]barcodes in RDLC reports[/url], I am using vs 2008 and C# class library.It works well when I install the barcode generator in...
View ArticleBorders - Conditional Formatting
I am not sure if this is the actual problem or not, but I think it may be:I have multiple rows:Laundry $1,000Hskpng $500Total $1500Then below the Total row, I have a row that says "For Management...
View ArticleChange hyperlink text
Using SSRS 2008 Standard.I'm not seeing a way to manipulate the hyperlink text. What I get is an entire URL string that looks tacky. I can't find anything in the text box properties that shows what I'm...
View ArticleSSRS Email Subscription having Issue.
Hi All,I am using SQL Server 2012 Reporting Service. I have 5 Reports those need to deliver on email with the attachment as excel. But I'm facing issue some time report delivered some time not. I check...
View ArticleDeploying and running reports succeed without the custom assembly being...
Hi,I've been trying to replace a dev custom assembly on a server with the fully functional production version .Replacing the dll file didn't add the functionality as it should have . Removing the dll...
View ArticleParameters in subreport
I have main report and subreport that is called from the main report. Subreport can be called multiple times depending on how many users the report is generated for, therefore I was thinking to use...
View ArticleMultiple parameter ODBC
HiI have created a report in BIDS 2008 that connects via ODBC connection.I am having issue with the parameters for multiple values. In the Dataset query I have :(M10.PARTNO in (:Alloy))and in the...
View Articlehow to get the source code from .rdl file
Hi ,i have a rdl file that is displaying report, i want the source code of that rdl file.(since i don't have the solution file for that rdl file) can any on help me in this regard,prasanth.
View ArticleSQL report returning slowly
I have a report running on our production Reporting Web server that is just spinning. When I run the procedure that the report runs directly on SQL Server using SSMS, it returns in a reasonable amt of...
View ArticleCannot connect to Reporting Services with Managment Studio
I've just set up a new instance of SSRS 2012 and I'm unable to connect to it through Management Studio. The error is:[code="plain"]TITLE: Connect to Server------------------------------Cannot connect...
View Articlereport builder expression
hello everyone -The user just happened to find a bug in my report. Here’s what happened : The below expression was written to handle cases when the end date is greater than start date. However, I don’t...
View ArticleReportserver Engine changing non-unicode to unicode
I am experiencing this exact issue as mentioned here...
View ArticleObject binding
Hi, I'm trying to research how to bind Dot Net objects into my ssrs reports... Mind you, I'm not familiar (much) with .Net though I know a little, had some programing classes some time ago. Let's say,...
View ArticleHow to schedule SSRS Report
HelloHow to schedule SSRS report to run (in email delivery option) every Monday and Tuesday and every hour between 6:00 AM and 6:00 PM?For example:Monday- 6 AM, 7 AM, .............5 PM, 6 PM.Tuesday- 6...
View ArticleReport Column headers are not correctly aligning when deployed into ".Net"...
Hi, I have developed a report, i am deploying it into .Net Web Application. In the SSRS the Report Column headers are displaying while i am scrolling down to the bottom of the report. But, when i...
View ArticleDifference bewteen Entity.InstanceSelection and Attribute.Value Selection in...
Hi, Can any one explain me what is the different between InstanceSelection on entity and Value selection on attribute.If i select drop down or list from value selection it is reflecting on filter tab...
View ArticleIF/ELSE/THEN FUNCTION IS SSRS 2008 R2
How to add this Function in SSRS 2008 R2if {Reportname.Fieldname}='yes' then{reportname.Amount1} else {reportname.amount2}This is added in Crystal Report but i wan to add this in ssrs 2008r2 please...
View ArticleSSRS 2008 R2 inserting lines in Table Report
How to insert the Straight lines in tables if we try to insert through Tool Bar option it is inserting inserting crossly not straight Please help me to draw the straight line in ssrs 2008 r2 table report
View ArticleBarcode in RDLC Programmatically
How to generate RDLC Barcodes Programmatically........
View Article