ReportExecutionService.EndSort 메서드

네임스페이스:  Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution
어셈블리:  Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)

구문

‘선언
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

매개 변수

  • asyncResult
    형식: IAsyncResult
  • ReportItem
    형식: String%
  • NumPages
    형식: Int32%

반환 값

형식: Int32

참고 항목

참조

ReportExecutionService 클래스

Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution 네임스페이스