Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderField Class
Members

In This Topic
    RenderField Class
    In This Topic
    Represents a field of a C1.C1Report. Objects of this type are created when a C1Report definition is imported into a C1PrintDocument using the C1PrintDocument.ImportC1Report. This class can be also used when a C1Report field-like behavior is desired.
    Object Model
    RenderField Class
    Syntax
    'Declaration
     
    Public Class RenderField 
       Inherits RenderObject
       Implements IDocumentLocationIStyleOwner 
    public class RenderField : RenderObject, IDocumentLocationIStyleOwner  
    Inheritance Hierarchy

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

    See Also