[]
Gets or sets a width of the left margin.
public Length LeftMargin { get; set; }
| Type | Description |
|---|---|
| Length | A Length value indicating the width of the left margin.
Default value is |
Report report = new Report();
report.LeftMargin = "1in";