'Declaration Public Property Width As Length
public Length Width {get; set;}
ReportSection section = new ReportSection(); section.Width = new Length("8.5in");
ReportSection Class ReportSection Members