ReportExecutionService.EndSort2 메서드
네임스페이스: Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution
어셈블리: Microsoft.ReportViewer.WinForms(Microsoft.ReportViewer.WinForms.dll)
구문
‘선언
Public Function EndSort2 ( _
asyncResult As IAsyncResult, _
<OutAttribute> ByRef ReportItem As String, _
<OutAttribute> ByRef ExecutionInfo As ExecutionInfo2 _
) As Integer
public int EndSort2(
IAsyncResult asyncResult,
out string ReportItem,
out ExecutionInfo2 ExecutionInfo
)
public:
int EndSort2(
IAsyncResult^ asyncResult,
[OutAttribute] String^% ReportItem,
[OutAttribute] ExecutionInfo2^% ExecutionInfo
)
member EndSort2 :
asyncResult:IAsyncResult *
ReportItem:string byref *
ExecutionInfo:ExecutionInfo2 byref -> int
public function EndSort2(
asyncResult : IAsyncResult,
ReportItem : String,
ExecutionInfo : ExecutionInfo2
) : int
매개 변수
- asyncResult
형식: IAsyncResult
- ReportItem
형식: String%
- ExecutionInfo
형식: Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.ExecutionInfo2%
반환 값
형식: Int32
참고 항목
참조
Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution 네임스페이스