[]
Gets or sets a width of the report.
public Length Width { get; set; }
A Length value indicating the width of the report.
Report report = new Report(); report.Width = "8.5in";