ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
PageLayout Class
Members  See Also  Send Feedback
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

PageLayout Class

Syntax

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.