'Declaration Public Property ColumnSpacing As Length
public Length ColumnSpacing {get; set;}
0.5in
ReportSectionPage sectionPage = new ReportSectionPage(); sectionPage.ColumnSpacing = "0.5in";
ReportSectionPage Class ReportSectionPage Members