[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Subreport.OverflowName

OverflowName Property

OverflowName

Gets or sets the overflow name for the subreport.

Declaration
public string OverflowName { get; set; }
Property Value
Type Description
string

A string value indicating the overflow name for the subreport.

Examples
Subreport subreport = new Subreport();
subreport.OverflowName = "SalesReportOverflow";