Multiple tablix and dataset
Hi developers, I am working on SSRS. There are four tablix on one page, each one has its own dataset (each dataset calls the same stored procedure and a @type parameter is passed which is different for...
View ArticleHow to work with SSRS 2012 reporting service
i have worked with SSRS RDLC file which distribute with my winform app setup but i need to work with SSRS rdl reporting file which will be saved in report server and user will view that report. i am...
View ArticleSSRS Report manager is not opening in my browser
i just paste these below addresses in browser to open report manager but nothings workshttp://localhost:80/reportshttp://localhost:8080/reportsplease give me instruction how to run report manager. thanks
View ArticleLooking for example regarding calculated or computed Columns in Entity...
suppose my model has full name property but table has no full name field. so tell me how to have full name computed property which will return first name and last name jointly as full name. i got a...
View Articleload balancer does not access report server
I have an mvc web forms web app, which uses report viewer control.The app is hosted in two web instances.When I try to access the application using using each web instances I am able to access the...
View ArticleSet LocalReport of reportviewer from byte[]
Hi, is it possible to set a repportviewer from bytearray ?here is my service :public class ReportServiceManager { private LocalReport Report; public byte[] RenderToPdf() { string templateName =...
View ArticleHow to show SSRS report in asp.net from report server
please give me a valid article link which show me with sample code to show SSRS report in asp.net from report server when SSRS report is deployed to report server. thanks
View ArticleFixing column headers while scrolling the report
Hi. For a long time I'm looking for solution of the fixed header while scrolling. I have SQL Server 2008 reporting services and I'm designing reports in vs2010. The fixed header is working only when I...
View ArticleSSRS parameter passing ASP.net C#
I keep getting <select a value> in the ssrs report when i try to pass the parameters. I don't pass the parameters it works fine.below is the code I am using: C# Code rvBRServerDDL.ProcessingMode...
View ArticleError: cannot create reader for dataset - sometimes
Some of my users report they are getting this error "cannot create reader for dataset..." trying to run some reports, others say they can run the same reports perfectly fine.I even logged in as one of...
View ArticleStylesheet of Mobile repot publisher
Hi,Does anyone know where is the layout, stylesheet and font file of mobile report publisher's BIthanx
View ArticleProgrammatically adding datasources to report viewer?
I've searched around and based on what I have found, this should work.when I run the aspx page, it just loads infinitely. This is how I am trying to do it: SqlDataSource ProjectClosedDS = new...
View ArticleUploading a file using webapi C#
I have issues uploading a file using webapi C#. The "System.Web.HttpContext.Current.Request.Files" always returns zero. Any guess on where i am going...
View ArticleStream PDF to browser
We are using the code below to create a PDF report in SSRS and saving it to a file. Is it possible to modify the code to stream directly to the browser and not reuire the creation of a file?...
View ArticleIIS slow in loading Report Viewer
We are running IIS & SSRS on the same production server and have two types of reports - one running through Report Viewer, connecting to SSRS (remote mode) and the other calling the SSRS web...
View ArticleReport RDLC problem with the size of image
Report RDLC problem with the size of imageI'm developing a custom dynamic report using rdlc, based on the code of this site : "http://www.gotreportviewer.com/"The code i'm using to create the image is...
View ArticleSSRS 2008 How to rollup values using a group and recursive parent
Hi,Im having an issue where I can't get my row values to total upwards when using a tablix and the 'recursive parent' option. The following should help explain what im trying to achieve:My...
View ArticleThe permissions granted to user 'domain\username' are insufficient for...
The permissions granted to user 'domain\username' are insufficient for performing this operation. (rsAccessDenied) Hi,I wonder if anyone can help me?I have installed and configured sql server 2005...
View Articlehtml being passes to ssrs report server
A vb.net 2010 web form application is calling an ssrs 2008 report server and passing parameter values. The ssrs report currently contains an image of the school logo, the address of the school and the...
View ArticleHow to create a running total going downward
HiI am trying to figure out how to create a running total going downward. I will be using reporting services with a matrix.The report is a income statement report. The level will always be the same...
View Article