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

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

    Property Value

    A System.String value indicating the name of the data region's overflow.
    Example
    OverflowPlaceHolder placeHolder = new OverflowPlaceHolder();
    placeHolder.OverflowName = "OverflowPlaceHolder1";
    See Also