'Declaration
<System.ComponentModel.DefaultValueAttribute()> Public Property ReportSource As System.String
'Usage
Dim instance As ReportDesign Dim value As System.String instance.ReportSource = value value = instance.ReportSource
[System.ComponentModel.DefaultValue()] public System.string ReportSource {get; set;}