473,498 Members | 2,026 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ReportViewer Does not display

I have a reportViewer object looking at a remote report. The good news
is that I can press the PDF or Print button, and the report coems out
just fine. I can also go to the report URL directly, and it works just
fine. However, with the report viewer on my page, I cannot see
anything.

The report viewer has no specific settings other than the items listed
below:

<rsweb:ReportViewer ID="ReportViewer1" runat="server"
Height="90%" Width="94%" Font-Names="Verdana" Font-Size="8pt"
ShowBackButton="True" SizeToReportContent="True"
ProcessingMode="Remote">
<ServerReport ReportPath="/R2D2/Report1"
ReportServerUrl="http://MyMachine/R" />
</rsweb:ReportViewer>

What am I missing?

Nov 28 '06 #1
2 9643

SimeonArgus wrote:
I have a reportViewer object looking at a remote report. The good news
is that I can press the PDF or Print button, and the report coems out
just fine. I can also go to the report URL directly, and it works just
fine. However, with the report viewer on my page, I cannot see
anything.

The report viewer has no specific settings other than the items listed
below:

<rsweb:ReportViewer ID="ReportViewer1" runat="server"
Height="90%" Width="94%" Font-Names="Verdana" Font-Size="8pt"
ShowBackButton="True" SizeToReportContent="True"
ProcessingMode="Remote">
<ServerReport ReportPath="/R2D2/Report1"
ReportServerUrl="http://MyMachine/R" />
</rsweb:ReportViewer>

What am I missing?
Side Note: The reportViewer header (the bar at the top with the PDF,
PRint, and next/prev buttons) displays the appropriate number of pages.
There's just nothing visible on the page.

Nov 28 '06 #2

SimeonArgus wrote:
SimeonArgus wrote:
I have a reportViewer object looking at a remote report. The good news
is that I can press the PDF or Print button, and the report coems out
just fine. I can also go to the report URL directly, and it works just
fine. However, with the report viewer on my page, I cannot see
anything.

The report viewer has no specific settings other than the items listed
below:

<rsweb:ReportViewer ID="ReportViewer1" runat="server"
Height="90%" Width="94%" Font-Names="Verdana" Font-Size="8pt"
ShowBackButton="True" SizeToReportContent="True"
ProcessingMode="Remote">
<ServerReport ReportPath="/R2D2/Report1"
ReportServerUrl="http://MyMachine/R" />
</rsweb:ReportViewer>

What am I missing?

Side Note: The reportViewer header (the bar at the top with the PDF,
PRint, and next/prev buttons) displays the appropriate number of pages.
There's just nothing visible on the page.
More info : I added code to try to force the object to display. Still
nothing. :

public partial class ReportFrame : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
ReportViewer1.ServerReport.Refresh();
}
}

Again, what am I missing? Is there more code or other settings I should
be using?

Nov 29 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2893
by: ME | last post by:
I want to generate a simple report that will display information from my customer table in a report format. I created a simple Customers.rdlc file that contains three text boxes bound to ...
1
8509
by: Pieter | last post by:
Hi, In my application VB.NET 2005 application I placed a ReportViewer, and link it to a server-report: Me.ReportViewer1.ProcessingMode = Microsoft.Reporting.WinForms.ProcessingMode.Remote...
1
15837
by: steve | last post by:
Hi All I need help on how to manipulate the data returned from the database for displaying in the new reportviewer at runtime So far I have an rdlc file with a dataset, binding source and...
0
1994
by: Rich | last post by:
Hello, I started using the Reportviewer control (very nice) for generating Reporting Services type reports in my VB2005 app. I have been experimenting using a designer Reportviewer control from...
0
11577
by: billygotee | last post by:
Hi, I posted an issue previously that was entirely accurate. I have a master report called "MasterReport.rdlc" and a subreport called "Subreport.rdlc". MasterReport.rdlc has a single subreport...
1
10689
by: foocc | last post by:
Hi everyone I wanna ask how to display on ReportViewer items filtered through BindingSource.Filter? Or are there any other ways for me to filter records and display on ReportViewer? Or is this...
10
3733
by: AG | last post by:
I am trying to use a ReportViewer control in a VS 2005 web application project (not Website project). When I try to create a new report (local), I can't seem to find any method to create a...
3
3393
by: S_K | last post by:
Hi and thanks in advance for your help. I have a Reporting Services report that I need to display in an ASP.NET web page using the ReportViewer. However I can't link the Reporting Services...
5
10321
by: =?Utf-8?B?Y2hlY2tyYWlzZXJAY29tbXVuaXR5Lm5vc3BhbQ== | last post by:
I have a VS 2008 ASP.NET webform that has a reportview tag on it, accessing an .RLDC report in local report. The columns for the report are essentially: Month Item #1 Item#2 Item#3 ...
0
7121
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7162
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6881
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5456
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4899
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4584
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3078
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
650
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
287
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.