'Declaration Public Property DataElementName As String
public string DataElementName {get; set;}
ReportSection section = new ReportSection(); section.DataElementName = "ReportSection";
ReportSection Class ReportSection Members