ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / BitmapCachedDocumentModel Class / Find Method
Text-based search settings.
Text search result the searching starts from.

In This Topic
    Find Method (BitmapCachedDocumentModel)
    In This Topic
    Finds cache items corresponding with search settings.
    Syntax
    'Declaration
     
    Public Overrides Function Find( _
       ByVal options As FindOptions, _
       ByVal startFrom As SearchResult _
    ) As IEnumerable(Of SearchResult)
    public override IEnumerable<SearchResult> Find( 
       FindOptions options,
       SearchResult startFrom
    )

    Parameters

    options
    Text-based search settings.
    startFrom
    Text search result the searching starts from.

    Return Value

    Found instances of SearchResult.
    See Also