[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.OverflowPlaceHolder.OverflowName

OverflowName Property

OverflowName

Gets or sets the name of the data region's overflow.

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

A string value indicating the name of the data region's overflow.

Examples
OverflowPlaceHolder placeHolder = new OverflowPlaceHolder();
placeHolder.OverflowName = "OverflowPlaceHolder1";