Copies a collection of fields from the clipboard to the report, adding them to the current section.

Namespace:  C1.Win.C1ReportDesigner
Assembly:  C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)

Syntax

C#
public bool Paste()
Visual Basic
Public Function Paste As Boolean

Return Value

Returns false if there is no fields in clipboard.

See Also