Represents a field of a C1.C1Report. Objects of this type are created when a C1Report definition is imported into a C1PrintDocument using the ImportC1Report(String, String). This class can be also used when a C1Report field-like behavior is desired.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class RenderField : RenderObject, 
	IRichRenderTextObject, IRenderTextObject
Visual Basic
Public Class RenderField _
	Inherits RenderObject _
	Implements IRichRenderTextObject, IRenderTextObject

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..RenderObject
    C1.C1Preview..::..RenderField

See Also