'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;}