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