ESRI.ArcGIS.ADF.Web.UI.WebControls
PageLayout Class
See Also  Members  
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : PageLayout Class


Provides the display functionality of the layout view for a map document served using ArcGIS Server.

Object Model












Syntax

Visual Basic (Declaration)  
Public Class PageLayout 
   Inherits CartoDisplay
Visual Basic (Usage) Copy Code
Dim instance As PageLayout
C#  
public class PageLayout : CartoDisplay 

Remarks

The PageLayout control requires an ArcGIS Server Local data source. Also remember to set an ArcGIS Identity for the page (this adds an encrypted identity to the web.config page).

The layout that you use in the PageLayout control should not have overlapping data frames.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl
            ESRI.ArcGIS.ADF.Web.UI.WebControls.CartoDisplay
               ESRI.ArcGIS.ADF.Web.UI.WebControls.PageLayout

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also