In This Topic
Downgrades a multi-section report to the old RDL 2005 model without sections.
Syntax
'Declaration
Public Shared Sub Downgrade( _
ByVal As Report _
)
public static void Downgrade(
Report
)
Parameters
- report
- A GrapeCity.ActiveReports.PageReportModel.Report object to downgrade for.
See Also