Gets the array of all RenderInputFragment objects on the current page.

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

Syntax

C#
public RenderInputFragment[] GetInputFragments(
	bool sort
)
Visual Basic
Public Function GetInputFragments ( _
	sort As Boolean _
) As RenderInputFragment()

Parameters

sort
Type: System..::..Boolean

Return Value

The array of RenderInputFragment objects .

See Also