JAMS Developer Guide
ReportType Property


MVPSI.JAMS Namespace > ReportDesign Class : ReportType Property
Gets or sets the JAMS ReportType that this ReportDesign is a member of.
Syntax
'Declaration
 
<System.Xml.Serialization.XmlIgnoreAttribute()>
Public Property ReportType As ReportType
'Usage
 
Dim instance As ReportDesign
Dim value As ReportType
 
instance.ReportType = value
 
value = instance.ReportType
[System.Xml.Serialization.XmlIgnore()]
public ReportType ReportType {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

ReportDesign Class
ReportDesign Members