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

In This Topic
    RenderSection Class
    In This Topic
    Represents a section 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 section-like behavior is desired.
    Object Model
    RenderSection Class
    Syntax
    'Declaration
     
    Public Class RenderSection 
       Inherits RenderArea
       Implements IDocumentLocationIStyleOwner 
    public class RenderSection : RenderArea, IDocumentLocationIStyleOwner  
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.RenderObject
          C1.C1Preview.RenderArea
             C1.C1Preview.RenderSection

    See Also