[]
Creates a clone of a specified report component.
public static TItem Clone<TItem>(this TItem item) where TItem : IReportComponent
Type | Name | Description |
---|---|---|
TItem | item | An IReportComponent object to clone. |
Type | Description |
---|---|
TItem | A new instance of |
Name | Description |
---|---|
TItem | A type of the report component to clone. |