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