[]
Gets or sets the spacing between columns in the report body.
public Length ColumnSpacing { get; set; }
Type | Description |
---|---|
Length | A Length value indicating the column spacing. Default is |
Body body = new Body();
body.ColumnSpacing = "0.75in";