FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportExecution4 Namespace / ReportExecutionServiceSoapClient Class / EndFindString Method

In This Topic
    EndFindString Method (ReportExecutionServiceSoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndFindString( _
       ByVal result As IAsyncResult, _
       ByRef PageNumber As Integer _
    ) As ServerInfoHeader
    public ServerInfoHeader EndFindString( 
       IAsyncResult result,
       out int PageNumber
    )

    Parameters

    result
    PageNumber
    See Also