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