CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums



> Asp.Net Forum > advanced_asp.net.sql_server_reporting_services
 TypeRepliesViewsDate
Simple parameter passing from C# MVC app to SSRS: Can't get it to work.

I'm new to SSRS.  I'm using SQL Server Express with Advanced Services,
and I have a report working.  The report has a Parameter defined as
"ReportDate".

 04811/29/2009 9:52:28 AM
Interactive sort does not work Reporting Services 2005

My reports are built in Reporting Services 2005.  It has many paramaters, such as start date, end date, category...etc. 

The report default sorting is sorted by Date on de

 03311/29/2009 9:52:27 AM
Trying to set a fixed location for mailing address on a report

I have a report that has a body of text that varies in size.  It's a table, using a list.  However, I need to have the mailing address in the lower right-hand corner.  &nb

 03211/27/2009 11:27:30 PM
stop prompting credentials while opening report manager in SSRS 2008

Hi All,

Can u please help me on how to stop asking the credential while opening report manager/ report server  in SSRS 2008.

 03111/27/2009 10:58:53 AM
Tooltip on SSRS Chart Bars and Columns

Is there any way to implement tooltip on bars and column of charts in sql reporting servies? 


Hope this helps...

Don't forget to mark as a
 04011/27/2009 5:01:11 AM
Regarding ReportViewer

Hi,

I am using ReportViewer control in Web Form to render reports in Remote mode. Two questions:

1. Can I use Reset method to cancel a in-processing report? I tried set

 03211/26/2009 8:07:11 PM
404 - File or directory not found.

Hi,


I am using SQL server reporting services for one of our projects.

I am using ReportViewer control and LocalReport in asp .net for displaying the report.

Everyth

 03111/26/2009 5:03:09 PM
Change culture in rs2008

hello,

in rs2005 i had a file name: reportViewer.aspx in which i could change the "culture" attribute.

 

Is there a file like that in 2008?

My prob

 03411/26/2009 5:03:09 PM
pass variables from SSIS to SSRS?

Hi there

I have reports invoked via SSIS packages using subscriptions.

 Is it possible to pass variables from SSIS to SSRS?

 03811/26/2009 3:55:34 AM
Could not load file or assembly 'Microsoft.ReportingServices.ProcessingObje ctModel'

Hi

I have deployed a website containing a few reports developed using the ReportViewer control and visual studio 2008.It is working fine in the developed PC. I'm getting the followin

 03111/25/2009 6:21:20 AM
Page width and Dynamic table size

Hi, I'm new with reports and having a bit of a problem with an extra page showing up.

I have a table with many columns, it goes past the width of your average 11in page.  But some

 03711/24/2009 5:29:57 PM
Using ElseIf in SQL Report

I am brand new to SQL Reporting and trying to create a conditional statement in code that includes ElseIf clauses.  I'm noticing that the program doesn't seem to pick up on the ElseI

 03811/24/2009 4:59:16 PM
ASP.NET session has expired for a remote processing report

Hi,

My reports are built in Reporting Services 2005 and published in Report Manager.  The reports are then displayed by ReportViewer control in ASP .net c#.  Everything works fi

 03511/23/2009 5:03:31 PM
Reportviewer: calculate average from calculated percentage fields

Hi

Hopefully this is really simple: I have created a report (web based reportviewer) which shows the calculated scoring as a percentage above each column of answer scores (grouped by date).

 02811/23/2009 2:04:44 PM
Same Footer for every report

I have reporting services 2008. we have same footer text for all of our reports.

Is there any way I can have a file and use that file in every report so when I need to modify I can modify a

 02611/23/2009 9:05:28 AM
Reportserver with parameters and grouping

Hi there,

I have a report that uses a group and visibility (i.e., we can click on an item that than opens up to show details).

I have now set up an ASP.Net page (us

 03611/22/2009 1:40:53 PM
Subscription Signup Problems

"Subscriptions cannot be created because the credentials used to run the report are not stored, or if a linked report, the link is no longer valid."

I get this when trying

 03111/21/2009 1:41:22 AM
ReportViewer Excel Export issue

Hi Everyone!

I have a report that contains customer detail information at the top in a series of textboxes.   A matrix of information and then an image of a graph at t

 03411/20/2009 8:31:52 PM
RDLC report rendering on mobile device

I am trying to create mobile device friendly versions of our reports, and am having a hard time with different phones rendering the report incorrectly.  My phone (a Palm Treo) renders t

 03211/20/2009 8:31:51 PM
Display 2 images in one table row in rdlc

Does anyone know if it is possible to have two images in one rdlc table row?  I want to use images for my checkboxes.  I'm using the visibility property of the image to display

 03611/20/2009 8:31:51 PM
JavaScript Error while calling a drill through report in a report viewer fr om a asp.net web page.

I am calling a report in a web page which is getting displayed in report viewer. This report comes fine but when I click on it to see the drill through report for this parent report the drill thr

 02211/20/2009 8:50:54 AM
How do i convert to two decimal points?

hi there...

how do i convert to 2 decimal points in microsoft report viewer?

currently i have this equation =((Sum(Fields!Total.Value, "grp_item") / Parameters!NetSales.Val

 03611/20/2009 3:03:00 AM
Export Reports in CSV Reports.

 Hi all

When i export a report in CSV Format the Group by Text Box Value added to the last in Excel.

I want to show in bottom .

for eg Sum of Amount to the bottom

 03611/19/2009 1:12:59 PM
How manage X decimals

Hi! I've a decimal value and in report label I would like to show only 3 decimals.... how can I do this?

Thanks

 04011/18/2009 1:07:53 PM
Report Service Login dialog box appears again and again.:- Urgent

hi all

i am using SSRS 2008 reporting service. when i deployed  BIDS application on non domain envronment PC it deployed proper.Because of  company policy , later on same machi

 03611/18/2009 6:53:51 AM
Unable to load client print control in SSRS

Hi

I have deployed a report on server and now my clients are viewing the report. The report is being shown using a reportviewer. Some of my clients machines are showing report proper

 04011/18/2009 6:53:50 AM
Dynamic Report Viewer?

Has anyone ever created a dynamic report viewer webpage where you can pick a report from a list enter some critera and generate that report but have it all done programatically. I created one a w

 02911/17/2009 11:11:09 PM
Report Viewer not working :(

Hi,

I am trying to get a report viewer to connect to a stored procedure on my sql server. it takes 2 dates - startdate and finshddate.

I have tried many combinations of datasets,

 03911/17/2009 3:43:48 PM
Crash when searching in a report when using I.E. Any advice?

Hi everyone,

Sorry if this isn't the right place, I'm new to this game.


I have an odd bug when viewing a report I create when viewing it in I.E.

I have a re

 03011/17/2009 11:49:33 AM
Has anyone out there tried using the Microsoft Reports and Viewer control t o print mailing/address labels?

Has anyone out there tried using the Microsoft Reports and Viewer control to print mailing/address labels? I am now just getting into ASP.NEt with VB to do web apps. I have a background in VB Win

 03011/17/2009 1:19:49 AM
How Can I Access One Report from Several Servers?

We currently have a SQL Server 2005 Reporting Services report on our test server, and it's currently being accessed on web pages on the test server and intranet server without a problem. We&#

 02611/16/2009 10:59:54 PM
Matrix table - Adding rows

Hi ,


I'm designing a report with matrix table contains many rows, I cannot able to insert a row in between the two rows while designing in layout.

 

The ro

 01511/16/2009 10:59:53 PM
how to print crystal report in printer with a single click event?

i want to print my cystal report with a single button click. i have tried this but, it shows the print dialog and wait for me to click the print button. i dont want this confirmation process.

 02711/16/2009 10:59:52 PM
SQL ServerReporting Services - Export report to PDF.

Hello,

I have a report which has a document map for navigation. When I export it to PDF, the document map becomes "Bookmarks" which I can navigate from Adobe Reader. All good,

 04811/15/2009 9:30:11 AM
How to get Start with Reporting services?

Hi all,

My requirement is to use Reporting services for genrating reports instead of Crystal Reports in Asp.net . can any body guide me where i have to get start in Reporting services any E

 03111/15/2009 7:06:45 AM
RDLC Reports Export to Excel

Hi

I am using RDLC for generating different reports. All things are Ok.


The porblem is that when I export  the report to Excel it have large size i.e. if a report h

 03411/14/2009 5:31:41 PM
Using the SSRS Web Service behind a firewall


I have an application that uses the ReportViewer control, which connects remotely to a SSRS Report Server through the web service.  We want to split up the server and put the tw

 03811/12/2009 7:52:06 PM
Fields pushing other fields out of position

Hi, I'm new to using reports and I've been trying to create a schedule in a report.  There are a fair bit of items here that overlap based on what I need.  My problem is that th

 03611/12/2009 5:44:22 PM
Calucation Of Column wise data

Hi Everyone.

I am in process of creating a report but having some problem when trying to read the value of last column here is the scenario.

 Following is my n

 03711/12/2009 10:54:25 AM
Report Viewer Control - Browser Compatability

We render SSRS reports in ASP.NET forms using Report Viewer control (Remote Mode). The report renders fine in IE6 + but it does not render the following elements in Google Chrome. 1. Date Picker

 03611/11/2009 1:21:11 PM
IIf condition problem

Hello All,

I have a percentage% calculation in one of textbox. So I used this syntax,

IIf(a>0, b/a, 0).  Most of cases it works out. But if both a & b goes 0, this IIf

 03711/11/2009 10:32:28 AM
How to write conditional statement in reporting expression

hi..

 

i want to write a statement and put it in textbox expression.the statement is;

 

02411/11/2009 10:32:26 AM
ssrs sample reports adventureworks does not display data

I have ssrs running and have also deployed the sample reports. When I view the reports in the report manager I see nno data. Though no error is thrown. Any idea


 03011/11/2009 9:01:54 AM
how do I create a complex report with subreports using report viewer in asp .net 2.0?

Can anybody tell me on how to create a complex report with subreports using report viewer in asp.net 2.0.

If you can give me an example, that would be grateful.

Regards,

 03911/11/2009 9:01:53 AM
sql Loacal report

Hi friends

                I am using sql local report services,i need to create report such that

 03211/11/2009 9:01:51 AM
VS2008 - Report Designer

Dear All,

In Crystal Reports you can find the Field Explorer, as well as when you are working in Report Designer - VS 2005 you can find the DataSet Explorer to drag and drop your fields

 03111/11/2009 9:01:51 AM
Jump to URL - spawn new browser

I would like to spawn a new browser when a user clicks an item on my report.

in the Jump to URL expression, I have something like this...

="javascript:void(window.open(&

 03011/11/2009 9:01:46 AM
Handle data trunacation error in SSIS

hi all,

i am able to write  SSIS data truncation error in sql table throgh OnError event handler, but my problem is i want to write proper error

in sql table.

f

 04111/11/2009 9:01:44 AM
reporting services login dialog box appears repeatedly

 hi all,

   i have developed one ssrs 2008 application when i delopying it dislpays reporting services login dialog box.when i entered my domian user id and password

 03611/11/2009 9:01:39 AM
How do you set parameters in an SSRS report on a report server from values in a web page?

Without using a URLor the parameters dialog box at the top of a report,
how do you set parameters in an SSRS report on a report server from values in a web page?

If I have a report t

 03211/11/2009 9:01:25 AM










   
  Privacy | Contact Us
All Times Are GMT