ActiveReports 8
WebViewer Class
Members  See Also 
GrapeCity.ActiveReports.Web.v8 Assembly > GrapeCity.ActiveReports.Web Namespace : WebViewer Class

Glossary Item Box

The ActiveReports viewer for ASP.NET Web Forms. In addition to providing an easy way to deploy and view reports under ASP.NET, this control provides report caching functionality that reduces the number of times a report executes per user session as the user navigates between pages in the report document.

Object Model

WebViewer Class

Syntax

Visual Basic (Declaration) 
Public Class WebViewer 
   Inherits System.Web.UI.WebControls.WebControl
C# 
public class WebViewer : System.Web.UI.WebControls.WebControl 

Remarks

Implements INamingContainer (a marker interface with no members) so that contained controls are in a new namespace in which all child control ID attributes are guaranteed to be unique within an entire application.  You can add controls to this control, and they'll always get a unique name on the client.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         GrapeCity.ActiveReports.Web.WebViewer

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also