JAMS Developer Guide
Dashboard Class
Members 


MVPSI.JAMSWeb.Controls Namespace : Dashboard Class
The JAMS Dashboard Control can be placed on a web page to display current and history information about a JAMS server.
Object Model
Dashboard Class
Syntax
'Declaration
 
<System.ComponentModel.DefaultPropertyAttribute("ServerName")>
<System.Web.UI.ToolboxDataAttribute("<{0}:Dashboard runat=server></{0}:Dashboard>")>
Public Class Dashboard 
   Inherits ControlsCommon
'Usage
 
Dim instance As Dashboard
[System.ComponentModel.DefaultProperty("ServerName")]
[System.Web.UI.ToolboxData("<{0}:Dashboard runat=server></{0}:Dashboard>")]
public class Dashboard : ControlsCommon 
Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         MVPSI.JAMSWeb.Controls.ControlsCommon
            MVPSI.JAMSWeb.Controls.Dashboard

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

Reference

Dashboard Members
MVPSI.JAMSWeb.Controls Namespace