[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataRegion.OverflowName

OverflowName Property

OverflowName

Gets or sets the name of the overflow region.

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

A string value indicating the name of the overflow region.

Examples
dataRegion.OverflowName = "OverflowRegion";