ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
PageLayout Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout 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) 
<DefaultPropertyAttribute("PageLayoutResource")>
<DefaultEventAttribute("PageClick")>
<ParseChildrenAttribute(ChildControlType=System.Web.UI.Control, 
   ChildrenAsProperties=True, 
   DefaultProperty="ToolItems")>
<ToolboxBitmapAttribute()>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.PageLayoutDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<SerializableAttribute()>
Public Class PageLayout 
   Inherits PageLayoutBase
Visual Basic (Usage)Copy Code
Dim instance As PageLayout
C# 
[DefaultPropertyAttribute("PageLayoutResource")]
[DefaultEventAttribute("PageClick")]
[ParseChildrenAttribute(ChildControlType=System.Web.UI.Control, 
   ChildrenAsProperties=true, 
   DefaultProperty="ToolItems")]
[ToolboxBitmapAttribute()]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.PageLayoutDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[SerializableAttribute()]
public class PageLayout : PageLayoutBase 

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.PageLayoutBase
                  ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout.PageLayout

See Also

© 2010 All Rights Reserved.