'Declaration Public Shared Function Clone(Of TItem As IReportComponent)( _ ByVal item As TItem _ ) As TItem
public static TItem Clone<TItem>( TItem item ) where TItem: IReportComponent
Parameters
- item
- An GrapeCity.ActiveReports.PageReportModel.IReportComponent object to clone.
Type Parameters
- TItem
- A type of the report component to clone.
Return Value
A new instance of TItem that is a clone of the original.