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

In This Topic
    IsMerged Property (Report)
    In This Topic
    True if the report was merged with master
    Syntax
    'Declaration
     
    Public Property IsMerged As Boolean
    public bool IsMerged {get; set;}
    Remarks
    See CASE: 36150 PageReport Save() and ToRdlString() methods merge content report with the master report
    See Also