Gets the collection of fragments for the current page. Note that accessing this property always initializes the Fragments collection if it has not been initialized yet. Use HasFragments to test whether the Fragments collection exists.

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

Syntax

C#
public RenderFragmentCollection Fragments { get; }
Visual Basic
Public ReadOnly Property Fragments As RenderFragmentCollection
	Get

See Also