'Declaration Public Shared Function Copy( _ ByVal report As Report, _ ByVal resourceLocator As ResourceLocator _ ) As Report
public static Report Copy( Report report, ResourceLocator resourceLocator )
Parameters
- report
- A GrapeCity.ActiveReports.PageReportModel.Report to copy for.
- resourceLocator
- A GrapeCity.ActiveReports.ResourceLocator object used to locate the resource.
Return Value
A new GrapeCity.ActiveReports.PageReportModel.Report object that is a copy of the original.