ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.ReportsCore.Tools Namespace / ReportCombiner Class / Mode Property

In This Topic
    Mode Property (ReportCombiner)
    In This Topic
    Gets or sets the report combine mode.
    Syntax
    'Declaration
     
    Public Property Mode As CombineMode
    public CombineMode Mode {get; set;}

    Property Value

    One of the CombineMode values that defines the report combination logic. The default is CombineMode.ReportSections.
    See Also