Represents a collection of fragments (RenderFragment) of a RenderObject. All elements of this collection are sorted by ZOrder of the render object to perform drawing and searching.

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

Syntax

C#
[DefaultMemberAttribute("Item")]
public class RenderFragmentCollection : CollectionBase
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class RenderFragmentCollection _
	Inherits CollectionBase

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    C1.C1Preview..::..RenderFragmentCollection

See Also