Searches for the first occurrence of a RenderInputFragment object in the current document.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public RenderInputFragment FindInputFragment( int startPageIndex, bool forward ) |
Visual Basic |
---|
Public Function FindInputFragment ( _ startPageIndex As Integer, _ forward As Boolean _ ) As RenderInputFragment |
Parameters
- startPageIndex
- Type: System..::..Int32
The 0-based index of the page to start the search at.
- forward
- Type: System..::..Boolean
Specifies whether to search forward or backward.