0
votes
0answers
8 views

SSRS and Interactive Sorting work in MVC4

I have implemented a reporting engine in mvc using html rendering. I had to create custom paging functionality based on the metadata returned via the render method. I am now looking at implementing ...
-1
votes
0answers
33 views

How to add a parameter or change parameter name (prompt) from C# code?

I am using SSRS rdl reports in my web application. I have a requirement where I need to change parameter name (prompt) from C# code, or where I need to add a paramater name and value from code ...
0
votes
1answer
21 views

Report Viewer looks bad with master page?

I am using report viewer control with my web application, if I use it without master page it looks perfect but if i use it inside masterpage, it has lots of formatting and css issues. does anyone ...
1
vote
1answer
82 views

SSRS Web Service access exception - 401 Unauthorized scheme 'Ntlm'

I already spent a work day long for the following .NET framework 4.0 exception. I have researched solutions online, but I haven't found out a working one. Please help and thanks in advance. My ...
0
votes
1answer
36 views

Why does the 2nd T-SQL query run much faster than the first when called by Reporting Services 2005 in a web-app

With the addition of parens in the subquery, results were returned immediately in the app. This runs slow when called by RS2005 in a vb.net / aspx web app: SELECT c.TeacherID, u.FName + ' ' + ...
0
votes
1answer
21 views

SSRS IE 9 page footer rendering issue

I have one report and there is some data in the report. The problem is when the report is shown in the reportviewer, the page footer overlaps on the body part. It is fine while printing but the ...
0
votes
1answer
65 views

Unable to pass parameters to SSRS report in ASP.NET page

Hi I am getting an error in supplying parameters to an SSRS report deployed on server in ASP.NET page. Please refer to the code below and let me know where is the issue? ReportExecutionService rs = ...
5
votes
3answers
153 views

How to access session variable in SSRS (SQL Server 2012)?

I want to access the session or viewstate variables in SSRS 2012 reports just like we access in c#. Session["user"] I want to access like this in SSRS report. I want to include the user who is ...
-2
votes
1answer
60 views

report viewer asp.net c# objectdatasource trouble [closed]

hello i'm a little concerned 'cause i have to make an aplication using the reporting services of asp.net on visual studio 2010, but i don't understand too much about it, i know that i have to create a ...
0
votes
0answers
41 views

ASP.Net SSRS ReportViewer 502 Error - Possible Timeout?

I have an ASP.Net web page that uses the ReportViewer control to render SSRS reports. We are having an issue where reports that take longer than 30 seconds to render appear to hit some sort of ...
-2
votes
0answers
59 views

Adding animation to SSRS charts

I have a bar chart created using SQL server reporting services & Visual studio 2012 which is embedded in asp.net page. I need to add animation to the chart i.e. add animation to the columns making ...
1
vote
0answers
120 views

DataSet from Report Wizard vs. DataSet from C# (Dynamically Generated) vs. DataSet from 'Add New Item'

I am new to Reporting Services of SQL Server 2012 (SSRS) in Visual Studio 2010 and I'm still in exploration stage. Recently I created a report (.rdlc) file in Visual Studio using a Report Wizard. ...
2
votes
1answer
179 views

How to render the formated text in the report.rdlc (with its format)

I store my data in formatted way in my db , I want some way to render the text with its format in my report.rdlc i use visual studio 2008 How to do this : For example : if my text like this : ...
0
votes
2answers
93 views

ReportViewer control returns blank page

I'm having problems with the standard ASP.NET ReportViewer control (v11, SQL 2012, VS 2012). This was previously working at some point, connecting to a remote SSRS server, but during the development ...
0
votes
0answers
50 views

drillthrough action not working in SSRS and ASP.NET

I'hv developed SSRS report with drillthrough functionality(It shows "+" sign to go to the next level)When User clicks on plus sign he/she will able to see the next level.All is working fine in Report ...
1
vote
0answers
102 views

Is ReportViewer 2012 compatible with SSRS Server 2005 for remote access?

While attempting to view a report in ReportViewer 2012 from SSRS 2005 in remote mode I am getting error: "Remote report processing requires Microsoft SQL Server 2008 Reporting Services or later." Are ...
0
votes
0answers
155 views

SSRS Report Server html Render subreport Url Issue - Asp.net

I have asp.net application and sql server reporting services (SSRS 2005) in two different server. I have a main report that have multiple sub reports. These sub reports are linked to the main report ...
0
votes
3answers
117 views

web report viewer input string

For start : I have used the ASP.NET Report Viewer in a user control. I have the following user control : (aspx) <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, ...
0
votes
1answer
105 views

The request failed with HTTP status 401: Unauthorized

I have an ASP.NET website that uses the ReportViewer control. I'm using SQL server 2008 from reporting. The reporting services are on another machine on the local network and my asp.net web site is on ...
0
votes
0answers
89 views

ReportViewer 10, ASPX, Paging Issues

I have a small web project, the sole purpose of this project is to house and produce reports for a larger application. I have a page "ReportManager.aspx" that simply has a ReportViewer (10.0) control ...
0
votes
0answers
52 views

Problems setting HttpResponse Content to Office Open XML document created programatically

I have an ASP.Net, not MVC, Web App that I am maintaining, modifying. In it one of the things that we do is render reports as Word, Excel documents. SSRS 2008 is rendering these documents as non- ...
1
vote
0answers
52 views

Custom code works in Visual Studio but not on Report Server

I have added some custom code to a report in SSRS2005 that works perfectly in BIDS2005 but not when I deploy to the server. Here is the custom code: Public Function GetUsers(ByVal param As Integer) ...
0
votes
2answers
495 views

ASP button to open new window to SSRS report with parameter

I'm building a page that is a simple ASP.NET form with C# codebehind. I need a button (or some kind of control) that will open a link to a new window, and I have found code that will do that using ...
0
votes
1answer
146 views

pass authentication header to image requests in iframe

I am sure that title of my question doesn't makes much sense, but i couldn't think better now. Problem: My main task is to show all pages of a SSRS report in a popup inside one of the pages of a ...
0
votes
1answer
98 views

SSRS report won't launch if multiple parameters in URL

I am trying to pass parameters to my SSRS report from an .NET application. I have 3 parameters to pass: instanceID, EL and OL. In my code-behind, I have codes as below: string params = ...
0
votes
3answers
195 views

Error in my datetime data field in the RDLC report

I face the following problem with my report for Datetime field: #Error I check for null or empty but i always get this error I try this : ...
1
vote
2answers
110 views

Problems with Report Viewer assemblies on production site

I'm having a weird issue with report viewer on my production site. I have a stage and demo version of the site deployed on the same machine. Recently I've been working on an update and have been ...
0
votes
1answer
38 views

How to get detailed errors from Reporting Services Authentication Extension

I'm developing Authentication Extension for SQL Server Reporting Services 2008 R2. It works for accessing report manager or report service using browser but trying to open a report in aspx page using ...
1
vote
1answer
504 views

How to pass credentials when accessing SSRS report through URL

I am trying to access a SSRS report using URL like below http://MyServerIP/ReportServer?/FolderName/ReportName&Param1=ParamValue&rs:Command=Render&rs:Format=HTML4.0&rc:Toolbar=false ...
0
votes
0answers
57 views

Do calculation with <rsweb:ReportViewer>

hi all I am using ReportViewer control for fetching some report from my database. see the image below Now what I want is; I need a column after Total column with some header text and with some ...
0
votes
1answer
314 views

Showing SSRS reports page with in the browser using ASP.NET MVC?

I'm just trying to display the SSRS report page with in the ASP.NET MVC View. Nothing fancy. Not trying to use the webforms' reportviewer control or anything. I've tried using <iframe> in the ...
0
votes
1answer
83 views

Adding a default message to ReportViewer

I have some reports with 2 tables and a chart in each. There are also several textboxes used for headings, a header and a footer. I already know that if I want to set a custom message when no data is ...
0
votes
1answer
45 views

Displaying distinct grouped table in report

I have a report with a basic table listing each row from a dataset. I want to add a grouped summary table (by product and location) at the top: PRODUCT LOCATION QUANTITY Widget1 br1 10 ...
3
votes
2answers
121 views

How to use ReportingCloud in asp.net web site?

Recently I have started to work with SSRS and found ReportingCloud. It says ReportingCloud provides an open source quality implementation as an extension of the RDL specification I haven't found ...
0
votes
2answers
138 views

Changing reportviewer values in code

I have an integer value stored in my database representing a document status. I want to write a report that shows the status in one of the columns. However, I don't want to show the raw integer ...
0
votes
0answers
589 views

How to show data in grid after selecting value from dropdown list and selected valid dates [closed]

Hi i am creating an application in which i have home page where i have a drop-down list. On selecting value from the list a form will appear accordingly, now when i press on submit button entered data ...
0
votes
0answers
147 views

System.Runtime.Serialization.SerializationException Intermittently Occurs Within ReportViewer Control in ASP.NET

Due to a vendor change, we had to move our production deployment to a new environment, and this was coincided with a lot of upgrades, e.g. Windows Server 2003 to 2012 and SQL Server 2005 to 2012. We ...
1
vote
1answer
50 views

Report Viewer with httpOnlyCookies

Is there a way for me to have <httpCookies httpOnlyCookies="true" requireSSL="true" /> in my web.config and still be able to user Report Viewer? From what I can Google/Bing this doesn't seem ...
1
vote
1answer
134 views

How do I provide a report designer to my end user? [closed]

I am in searching of browser based report builder, that our end user can create report easily. We need the following features: Easy integration in our application User friendly Support OLAP Services ...
0
votes
1answer
69 views

Accessing SQL Reports server when url is only accessible by first using RDP

I have a client that needs me to set up a website that pulls sql reports from a separate server. Currently the only way to access the url to the reports server is to first rdp into that server. I ...
0
votes
0answers
44 views

I want to change the font size of bullet and numbering list in ssrs

In my SSRS Report I want Red Green Blue Pink with size 6pt by using bullet and numbering. the numbering size should also 6pt. Please help me how to do so in SSRS.
1
vote
0answers
404 views

SSRS exceptions Operation is not valid due to the current state of the object. and AspNetSessionExpiredException

Within my asp.net application I have a reportview that connects to the ssrs endpoint when running reports with a large number of parameters (select all option in parameter list) I receive the ...
0
votes
2answers
143 views

SSRS Report Hyperlink Loses Functionality in .net Application

I have an SSRS report that employs RowGroups to group data. One of the fields used in the group is a field that stores a URL as text. I've set a Go To URL action on a textbox which enables it to act ...
1
vote
0answers
90 views

ReportViewer WebForms Function SetDisplayMode

I'm using ReportViewer.WebForms and needed something like function setdisplaymode from ReportViewer.WinForms. Example from WinForms: ...
0
votes
2answers
150 views

Query in SQL Server Reporting Services (SSRS)

I'm creating a web application in VB.NET and ASP.NET. Now I'm developing the report part. I have imported an SSRS report in ASP.NET using the Report Viewer Control and then I create a specific ...
0
votes
0answers
185 views

Slow initial loading of ReportViewer control

I'm using a ReportViewer control in my ASP.NET application. When time I run this report for first time, it takes about a minute to run this line of code: rv.ServerReport.SetParameters(par); If I ...
0
votes
0answers
176 views

In regards to a JavaScript date-picker fix(ASP.net), Why do you also need to include code in the code-behind file?

This question is somewhat high-level, and about the ASP.net website structuring. I had a problem with the default datepicker in SSRS reports not working. So I found a rather elaborate fix(circa 2011 ...
12
votes
6answers
690 views

Creating Reports in ASP.Net with Entity Framework

We are looking to add Microsoft Reports - SSRS to one of our internal websites. The database has all the reporting features installed. The website is using Entity Framework 4 for all data. I have ...
0
votes
1answer
66 views

Using a ADO.Net dataset on the report server

I have a asp.net application that is using SSRS in the local mode. In other words it retrieves data from a database and populates ado.net datasets and parses them to the report before rendering - ...
0
votes
1answer
171 views

SSRS Report Fails to Load in .net Report Application

We have a custom .net Report Application that is attempting to load a slightly data intensive SSRS report. Strangely, the report runs fine and returns data, albeit a little slow, when it is ran ...

1 2 3 4 5 10