SSRS Database credentials problem under domain environment
I have developed an ASP.Net application and used report viewer for SSRS and deployed on the client site. Earlier I used windows credentials for under domain environment but the client changes the...
View ArticleSSRS report deploymnet
Hi I currently have 3 servers Web Server, App Server and DB Server.Web Server - deploy all the aspx pageApp Server - deploy all the business logicDB Server - store dataNow the problem occur which when...
View ArticleReport Files (*.rdlc) Not Pushed to Server Upon Publish
Does anyone know why, when we publish our application via the Visual Studio publish utility (Build --> Publish Selection) the *.rdlc files are not being copied to the server?I have created a...
View ArticleSSRS Local mode report
I have designed a SSRS report using VS 2008 BIDS studio. I want to embed that report in asp.net application.It works fine for me locally but it give error on live environmentThe definition of the...
View ArticleBase Chart Off Functions
Is it possible to have pie chart tags based off of functions used within a tablix? Here is a link to an image of what I am wanting to...
View ArticleAdded Column to a dataset (xsd) not avaialable in (rdlc) VS 2010
I just added a column to a dataset (xsd). I would like to use the new column in the report (rdlc) but it is not available as one of the selections from the dropdown list of columns. I have read that I...
View ArticleReport Viewer Please help
Server Error in '/OutboundDatabase' Application.Compilation ErrorDescription:An error occurred during the compilation of a resource required to service this request. Please review the following...
View ArticleBrowser history in ReportViewer with Async drillthrough?
I have an ASP.NET Website with a ReportViewer Control on it, using the Microsoft.ReportViewer.WebForms.dll v11. I have the properties set so that the report does ASYNC calls using AJAX, which conforms...
View ArticleReference Specific Instance in Seperate Tablix
I have Tablix2 and Tablix3 which holds the value [data] and [TotalCount] and returns values similar to this (Tablix3 holds seperate results just same set-up)Data ---- TotalCountFireHose 14Dalmation...
View ArticleReport Not Updating / Refreshing
We have a .aspx page using the Report Viewer control. The user selects an item from the dropdown list, and the event is fired to get the data, then display the data in the defined report. The first...
View ArticleDsiplay HTML Table in ReportViewer
In reportviewer I need to display HTML formatted text, but the problem is text rendered in HTML table is displayed on a single line in Placeholder. Can I display HTML table inside...
View ArticleSSRS Deployment to Production(Expecting a simple step by step help....:D :P :))
HI, My application is in Dot Net(Asp.Net).Framework 4.0.I am using Sql Server 2008 R2..I need to do my reporting using SSRS...I have configured the Sql Server Reporting Services..and created the...
View ArticleVisual Studio 2012 dataset not working after addind Datatable in Dataset.xsd
Hi All,I encounter a very very weird error which i do not face in Visual Studio 2010.All the SQL result return in dataset format has 0 row even if it should return record after adding table to...
View ArticleReport Viewer print Button missing from browser
<rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana" Font-Size="8pt" Visible="False" WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt"...
View ArticleWhy data source cannot be bounded to the textbox?
Hello,I have a data source (stored procedure) for the table and I double checked and confirmed the sp returns the needed fields to be bounded to the table, why I still got errors like the following?...
View ArticleHow to change ExportToExcel2007 to ExportToExcel2003 in SSRS
I have generated SSRS report using reportviewer in SQL server-2008, If i export that report to Excel that will generate Microsoft Excel-2003 thats fine.But now I upgraded the sql server to Sql...
View ArticleFilter paramater drop-down list
Hi Is it possible to filter (search) in the build-in drop-down list for a paramater ?I have a select parameter (multi-select) with a lot of items in it and I would like to filter or search in it based...
View ArticleRDLC Multi-Value Input Parameters
Using the following query for my dataset: select gu.id, gu.first_name, gu.last_name, a.activity_date, sum(a.hours)fromglobal.users gu leftouterjoin activity a on a.user_id = gu.idgroupby gu.id,...
View ArticleRDLC Display TextBox within Body on Last Page Only
Hi,I have a table with a group footer. In the footer i have a textbox. I only want to display this on the last page.I tried =IIF(Globals!PageNumber=Globals!TotalPages, False, True). The problem is...
View Articlehow to export report data with greater than 32767 characters in excel
Hi All,I am working on a RDLC report and i am facing a problem, when i am viewing the report data in reportviewer, i am able to see all the data but when i am exporting the report in EXCEL format the...
View Article