[]
Gets or sets the width of the report section.
public Length Width { get; set; }
Type | Description |
---|---|
Length | A Length value indicating the width of the report section. |
ReportSection section = new ReportSection();
section.Width = new Length("8.5in");