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

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

    Parameters

    result
    PageNumber
    ReportItem
    NumPages
    See Also