ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataRegion Class / OverflowName Property
Example

In This Topic
    OverflowName Property (DataRegion)
    In This Topic
    Gets or sets the name of the overflow region.
    Syntax
    'Declaration
     
    Public Property OverflowName As String
    public string OverflowName {get; set;}

    Property Value

    A System.String value indicating the name of the overflow region.
    Example
    dataRegion.OverflowName = "OverflowRegion";
    See Also