Drill Down Report -> On Drill Click, Tablix Expands to right
I have created an RDL File(Drill Down) in SSRS and consumed the same in aspx page, changing its extension to rdlc. Drill Down is working well in local. But When it is hosted in server, On drill Click...
View ArticleReturn value with max date
Hello All,I have a simple report below. it is grouped by Staff Name. For the rate at the group header, I want to return the value with the most recent effective date (max date). For example, Dawn's...
View ArticleShow each data on separate Report page using ReportViewer in asp.net
I am working on reports and I have to show each person data(ReportDataSource) on a separate page I have written a code in that gets each person data from database and sets but when I set...
View ArticleAdjust width of report when viewed on web page
Hi,I am using report viewer to view reports on the web page. There is a lot of space to the right of the report. I changed the width and height of the report to 100%<rsweb:ReportViewer...
View ArticleHow to append a parameter to a string to make it a columnname in a sql stored...
Hi All, I have been trying to pass a parameter to append to a string which makes it a column name, in a stored procedure for SSRS Reports.In brief, for example my query looks like this....I am passing...
View ArticleExport RDLC Report/File To PDF Without Opening Preview/ReportViewer Page.
Hi All.is it possible to export rdlc report/file to PDF/Excel without opening the reportviewer page.I mean, insert button in aspx page. When we click the button, system auto export rdlc report/file to...
View ArticleHopw to pass parameter to rdlc Report in ASP.Net?
Greetings,I`m developing an ASP.NET web application using VB code in VS 2013. I have designed rdlc report "Report1" and locate a Report Viewer inside a page "ReportViewer.aspx".I've created a dataset...
View ArticleInconsistent layout of information
Hi, I have a report that hides/shows information depending on the values of parameters passed to it. There are 12 "views" of the report, for lack of a better word. Out of those 12, four are displaying...
View ArticleIs there a way to conditionally format background color for ALL columns,...
I know how to conditionally format a cell value based on a column name:=iif(Fields!Form.Value="Unk","Red","White")Rather than have to do an expression one at a time for each column, is there a way I...
View Articlewriting a function in RDLC on the base of predicate
Hi , i want to write a function on the base of some logic and taking sum of values on the bases of that predicate.below can be the predicate. Kindly help me how to create and use that function in RDLC...
View ArticleSSRS Custom Data Processing Extension Error in c#
I am using Custom Data Processing Extension to call a stored procedure. Iam getting following error when creating a dataset in report designer using the extension. I wrote the code in c#.could not...
View ArticleSSRS Wingdings 2 checkboxes appear as R and £ on pdf
Hi I am using below expression in SQL Server Reports to assign value as check/ uncheck to boxes using font Wingdings 2. The problem is that on my local machine the pdf shows up correctly with...
View ArticleIs it possible to print background image in report viewer directly?
Hi Experts,We have a report that allows users to print certificates after successfully completing an online exam.As far as I am concerned, this works great.However, our users have been complaining that...
View Article=Sum(ReportItems!FinalCost.Value, "group_1") problem in group footer
Hi,Im currently writing a report in SSRS which requires to take data in the fields, manipulate and perform functions on it then display it within its own textbox. For example the field Cost is...
View Articleundocumented error in rdlc
HiWhen i am trying to add dataset i am geetting this error. Any solution.Regards, Ponraj
View ArticleHow to increase speed of exporting report in any formate(Excel, pdf, word)
I have created an application in VS 2010 asp.net in which I have used Report Viewer not crystal report. In that application we have 6000+ data in database.Everything is working fine with Report...
View ArticleInterview questions
Hello, I have an interview coming up for a vb.net programmer and work involves Reporting Services. What questions/tests could they possibly ask me? Thanks in advance
View Articlehow to pass value in reportviewer
i need using report viewer tool and get details,how to pass the value in reportviewer(rdlc)i write coding but its showing below error..Error 234 The Value expression for the text box ‘Textbox176’ has a...
View ArticleReports issue.
I have a report which is built using visual studio reporting services and its executing the stored procedure on SQL to get the values.some time when executing the reports it shows An error has...
View ArticleShow record in form
Hi,There is a table components to show data in a table format. We want to show record details (just like form view in .net) after clicking the record id in the table. However, we cannot find a...
View Article