Gets a RenderFragmentCollection containing the fragments
produced by the current object in the generated document.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public RenderFragmentCollection Fragments { get; } |
Visual Basic |
---|
Public ReadOnly Property Fragments As RenderFragmentCollection Get |
Remarks
This property always returns a non-null fragments collection,
initializing it if it has not been initialized yet.
Use HasFragments to test whether there are any fragments
without initializing Fragments.