Represents a section 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 section-like behavior is desired.

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

Syntax

C#
public class RenderSection : RenderArea
Visual Basic
Public Class RenderSection _
	Inherits RenderArea

Inheritance Hierarchy

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

See Also