ESRI.ArcGIS.ADF.Tasks
PrintPanel Class
Members  See Also 
ESRI.ArcGIS.ADF.Tasks Namespace : PrintPanel Class




This class serves as a surrogate for the System.Web.UI.WebControls.Panel control. The Print Task utilized the standard Panel as a container for the checkable listbox control that displays the list of task results that may be chosen for printing. However, with the usage of a Script Manager, there were issues with generating that HTML during a callback. If a control derives from our own Composite control (as is the case here) then simply calling Refresh() during a callback will eventually generate the desired HTML and the problem is solved. This control is used only to replace the Panel control which was added to provide dynamic scrollbars to the checkable listbox control and that behavior is maintained with this control too.

Object Model



Syntax

Visual Basic (Declaration) 
Private Class PrintPanel 
   Inherits CompositeControl
Visual Basic (Usage)Copy Code
Dim instance As PrintPanel
C# 
private class PrintPanel : CompositeControl 

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.CompositeControl
            ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl
               ESRI.ArcGIS.ADF.Tasks.PrintPanel

See Also

© 2010 All Rights Reserved.