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

In This Topic
    Downgrade Method
    In This Topic
    Downgrades a multi-section report to the old RDL 2005 model without sections.
    Syntax
    'Declaration
     
    Public Shared Sub Downgrade( _
       ByVal report As Report _
    ) 
    public static void Downgrade( 
       Report report
    )

    Parameters

    report
    A GrapeCity.ActiveReports.PageReportModel.Report object to downgrade 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