Invalid Child Element PageName
Hi,I created a sample report in SSRS that exports data in excel with multiple sheets (sheets with specified name). When deploying it in report manager, i got this error.The report definition is not...
View ArticleSSRS display total label at base of multi column chart columns
How to set top highlighted total label position in bottom in stacked column chart
View ArticleRDLC ASP.NET report viewer - default empty datasource
I forgot and can't find code samples about how to set empty datasource for the report viewer<rsweb:ReportViewer runat="server" ProcessingMode="Local" ...><LocalReport...
View ArticleDisplaying Parameter in RDLC report cause error
I'm running a RDLC with local mode processing.I can pass parameter no problem.the problem is when I want to display/render that parameter (string), i keep getting unhelpful error in report...
View ArticleReportViewer ver 14 (RDLC) not showing export button
the export button is not showing, even a proper rpt is generated.it only show the report page navigation, and refresh buttons.i have tried to increase the report viewer size, assuming it need bigger...
View ArticleRDLC subreport fixed height
i need to fix a subreport height, google shows some posts, but none of them worked for me.i need to show 2 child records side by side, i created 2 separate subrpts to deal with them, each of the subrpt...
View ArticleRDLC server side render report
I have problem streaming the server-side rendered report content var rptVw = new ReportViewer(); var rptLocal = rptVw.LocalReport; rptLocal... rptLocal.Refresh(); //...
View ArticleInput the joint string and output the string with spaces in between character...
Suppose I input joint characters string as string parameter to the function, like for eg 'howareyou' or 'youarewelcome' it should revert me back with 'how are you', 'you are welcome'. I am having the...
View ArticleSSRS ReportViewer Session Expired
Hi,When using ReportViewer in SSRS we are getting the below error,this happens when result set is huge.Microsoft Reporting WebForms AspNetSessionExpiredException ASP NET session has expired or could...
View ArticleReportViewer 2015 Runtime for Visual Studio 2010
We use Visual Studio 2010 and trying to upgrade to Report Viewer 2015 Runtime (to v12 from v10), the installation was sucessfull but I couldnt see the below dlls in C:\Program Files\Microsoft Visual...
View ArticleRDLC Leading Zero
How to add leading zero in expression in RDLC? For Example: My output is 2 but I need to do some 0 in-front [0-00000002] (8 Length) This is my code. ="0-" & Right(Fields!invoice_no.Value,...
View Articlehow to split a single column into two column in RDLC
Hi,I want to split a single column into two column in RDLC like this.How to do this in RDLC MarsProdSold
View ArticleIIF Condition
Hi What the below condition will returnIIF((Fields!Location.Value="ASR"OR Fields!Location.Value="DLH")AND Fields!Price.Value>Fields!Net_Price.Value,IIF(Fields!...
View ArticleCase Statement with IIF Condition
Hi How to write Case Statement with IIF condition.Thanks
View ArticleExporting to Excel only displaying one page of the report in excel
Dear Fren's I am working with the report in SSRS , report is using matrix.I called this SSRS Report through ASP.NET Web page in report viewer, the first thing when the this report is loading , paging...
View ArticleQuery execution failed for Dataset1 Incorrect Syntax Near ','
Hi I have below code , above error comes when i select multiple Tenders. If 1 is selected then works fine.SELECT distinct A.[Store No_], A.[Tender Code], (SELECT STUFF...
View ArticleSubReport
Hi In Main Report i have 2 parameters . But in one Sub Report i want to pass 3 parameters with Multiple VlauesThanks
View ArticleReplacing RDLC usage in desktop and web apps - what's the current favoured...
I'm in the process of rebuilding from the ground up a stock control and point of sale system I wrote for a small chain of shops. They have a web-based back end that they input all their data in and...
View ArticleClients getting reports meant for another client, seems to be some caching in...
Hi,I've integrated the 2016 reportviewer into an mvc app, i did that initially with ReportViewerForMvc tweaked manually to use the 2016 version, i've now gone away from using that framework after...
View ArticlePrinting reports is not working in Firefox
Hi,I have project which uses the RDLC reports i have successfully printed the reports from Chrome and Edge but i have failed to print from Firefox(versions : 45,56 and 57) and after pressing the print...
View Article