FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / C1FlexViewerPane Class / SearchNext Method

In This Topic
    SearchNext Method
    In This Topic
    Searches for the next occurrence.
    Syntax
    'Declaration
     
    Public Function SearchNext() As Task(Of C1FoundPosition)
    public Task<C1FoundPosition> SearchNext()
    See Also