ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / IsMerged Property

In This Topic
    IsMerged Property (Report)
    In This Topic
    Gets or sets a value indicating whether the report has been merged with the master report.
    Syntax
    'Declaration
     
    Public Property IsMerged As Boolean
    public bool IsMerged {get; set;}

    Property Value

    A System.Boolean value where true if the report is merged with the master report; otherwise, false.
    See Also