Partager via


ReportExecutionService.EndSort, méthode

Espace de noms :  Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution
Assembly :  Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public Function EndSort ( _
    asyncResult As IAsyncResult, _
    <OutAttribute> ByRef ReportItem As String, _
    <OutAttribute> ByRef NumPages As Integer _
) As Integer
public int EndSort(
    IAsyncResult asyncResult,
    out string ReportItem,
    out int NumPages
)
public:
int EndSort(
    IAsyncResult^ asyncResult, 
    [OutAttribute] String^% ReportItem, 
    [OutAttribute] int% NumPages
)
member EndSort : 
        asyncResult:IAsyncResult * 
        ReportItem:string byref * 
        NumPages:int byref -> int 
public function EndSort(
    asyncResult : IAsyncResult, 
    ReportItem : String, 
    NumPages : int
) : int

Paramètres

  • asyncResult
    Type : IAsyncResult
  • ReportItem
    Type : String%
  • NumPages
    Type : Int32%

Valeur de retour

Type : Int32

Voir aussi

Référence

ReportExecutionService Classe

Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms