[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.ReportItemExtensions.Clone

Clone Method

Clone<TItem>(TItem)

Creates a clone of a specified report component.

Declaration
public static TItem Clone<TItem>(this TItem item) where TItem : IReportComponent
Parameters
Type Name Description
TItem item

An IReportComponent object to clone.

Returns
Type Description
TItem

A new instance of TItem that is a clone of the original.

Type Parameters
Name Description
TItem

A type of the report component to clone.