[]
Gets or sets the overflow name for the subreport.
public string OverflowName { get; set; }
| Type | Description |
|---|---|
| string | A string value indicating the overflow name for the subreport. |
Subreport subreport = new Subreport();
subreport.OverflowName = "SalesReportOverflow";