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