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

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

    Property Value

    A System.String value indicating the overflow name for the subreport.
    Example
    Subreport subreport = new Subreport();
    subreport.OverflowName = "SalesReportOverflow";
    See Also