JAMS Developer Guide
DashboardFile Property


MVPSI.JAMSWeb.Controls Namespace > Dashboard Class : DashboardFile Property
Gets or sets the path to the JAMS dashboard file (.jdb) that is to be displayed.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Data")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Path to the JAMS dashboard file (.jdb) that is to be displayed.")>
Public Property DashboardFile As System.String
'Usage
 
Dim instance As Dashboard
Dim value As System.String
 
instance.DashboardFile = value
 
value = instance.DashboardFile
[System.ComponentModel.Category("Data")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Description("Path to the JAMS dashboard file (.jdb) that is to be displayed.")]
public System.string DashboardFile {get; set;}
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 Class
Dashboard Members