expression for Concatenation
Hi,I have a daraset that populate a table: Employee(ID,Name,State) for example : 1 john MA 1 john AZ 1 john TX 2 Bob CA 2 Bob NY 3 Mike MN How can I have the result like that 1 john MA;AZ;TX 2 Bob...
View ArticleHow to call ssrs report using report viewer in from c#
Hello, I created a new ssrs report and need to call this report from aspx page.before that we have active reports when I click on btnprintpdf and btnprintexcel this will call active reports and...
View ArticleCan you manage your SSRS in VS 2012 for a 2008 R2 Reporting Server?
I need to know if you can upgrade your reporting services reports to Visual Studio 2012 and publish them to the reports server that is running 2008 R2? Anyone know if this is doable or should I keep my...
View ArticleAn exception of type 'Microsoft.Reporting.WebForms.ReportServerException'...
my development machine already installed ReportViewer.exe which is report viewer 2010 redistributableerror at ReportViewer1.ServerReport.SetParameters(reportParameterCollection);An exception of type...
View ArticleSSRS multiple dropdown list
Hi, I have the table: Employee(ID,Name,State)I want to parameter the state in a dropodownlist:So the dataset is :Select ID,Name,StatefromEmployeewhereStatein(@State)In parameters I want to select all...
View ArticleHide duplicates in tables only
Hi, I have a dataset select distinct values like this 1 john USA MA1 john USA AZ1 john USA TX2 Bob USA CA2 Bob USA NY3 Mike USA MNI populate a table with 3...
View ArticleCan you install the MS Report Viewer 2012 Runtime w/o all the different...
It looks like the install msi installs 10 versions of the DLLs with different "culture" settings. For example, theMicrosoft.ReportViwer.Common.Resources version 11.0.0.0 has 10 version with the culture...
View ArticleIssue with SSRS Loading Report from Definition From Assembly
I am using SharePoint 2010. I created web-part where there is report viewer control. On the page load of the control. I am writing below codes to load report from definition. Web part is not giving any...
View ArticleHow to hide/view a SSRS report parameter control dynamically at runtime?
Hi, I am using SSRS 2005. I want to enable/disable or hide/view parameters based on another parameter selection. Say Suppose I have 5 parameters. User selects first value in first parameter I should...
View ArticleSetting ReportPath in ASCX from my ASPX page
This must be simple but I'm struggling. I created an ASCX with a reportviewer conrol in it. How do I set the ReportPath in the ASPX page?In the ASCX<rsweb:ReportViewer ID="plrviewer" runat="server"...
View ArticleHide a column in a table
Hi <br> I have a table <br> id name Account country<br> 1 john 1345 usa<br> 2 yves 5789 fr<br> 3 lory 6789 it<br> 4 ciamo 889 usa<br><br> but sometimes...
View Articlehow to show reporting services report parameters control in asp .net
how to show reporting services report parameters control in asp .net
View ArticleIt can not show report even if passing correct number of parameters, no...
http://social.msdn.microsoft.com/Forums/en-US/4a5736ba-8937-46f2-b671-f07d17c69985/it-can-not-show-report-even-if-passing-correct-number-of-parameters-no-errors-too?forum=sqlreportingservices
View ArticleConvert/Migrate "SAP Crystal Report" to "SSRS"
Hai,I have report designed in SAP Crystal Report which we want to migrate to SSRS. Could anybody suggest best approach / tool available for the same.Thanks and RegardsPalanivelrajan
View ArticleNeed Some Help with an Expression
Need some help .I would like to use this expression=Last(Fields!totaljobstuesday.Value)But i would like it to display the last value excluding NULL fields in the database the question is one is this...
View ArticleHelp
=Last(Fields!firstjobtuesday.Value)I am trying to use this on a guage, I want to display the last value of the database with out the null, everything i have tried i keep getting errors can any one help
View ArticleWeb Application Call SSRS Report Web Service URL / Report Manager URL to...
Dear All,I want my web application to Call SSRS Report Web Service URL / Report Manager URL to Write the Output either as pdf or Excel without rendering the output to user. The process should happen in...
View ArticleHow to display the the tablix column lines upto footer in rdlc report
How to display the the column lines upto footer in rdlc report.If data are less it should go upto bottom (footer) based on data.For Example.I have 2 items.it should display 2 items and lines should...
View ArticleThe attempt to connect to the report server failed.
Dear All,I got the following error when I call ssrs report through web application(ie using report viewer control) but the same report works if call through internet Explorer. Please guide me on this....
View ArticleCan Asynchronous Call (Thread) can be improved and How to use caching of ssrs...
Dear All,I have used Thread for Asynchronous Call. Can this be improved using threadpool since a thread is created for each report when user generate report. Here Web server and Report server are...
View Article