Represents a sub-report (a C1Report contained within a RenderField and specified by its SubReport property) in a C1PrintDocument.

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

Syntax

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

Inheritance Hierarchy

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

See Also