ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / ReportExtensions Class / Upgrade Method
A GrapeCity.ActiveReports.PageReportModel.Report object to upgrade for.

In This Topic
    Upgrade Method
    In This Topic
    Upgrades a report to a multi-section report.
    Syntax
    'Declaration
     
    Public Shared Sub Upgrade( _
       ByVal report As Report _
    ) 
    public static void Upgrade( 
       Report report
    )

    Parameters

    report
    A GrapeCity.ActiveReports.PageReportModel.Report object to upgrade for.
    Remarks
    This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also