ReportExecutionService.BeginSort2 메서드
네임스페이스: Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution
어셈블리: Microsoft.ReportViewer.WinForms(Microsoft.ReportViewer.WinForms.dll)
구문
‘선언
Public Function BeginSort2 ( _
SortItem As String, _
Direction As SortDirectionEnum, _
Clear As Boolean, _
PaginationMode As PageCountMode, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginSort2(
string SortItem,
SortDirectionEnum Direction,
bool Clear,
PageCountMode PaginationMode,
AsyncCallback callback,
Object asyncState
)
public:
IAsyncResult^ BeginSort2(
String^ SortItem,
SortDirectionEnum Direction,
bool Clear,
PageCountMode PaginationMode,
AsyncCallback^ callback,
Object^ asyncState
)
member BeginSort2 :
SortItem:string *
Direction:SortDirectionEnum *
Clear:bool *
PaginationMode:PageCountMode *
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginSort2(
SortItem : String,
Direction : SortDirectionEnum,
Clear : boolean,
PaginationMode : PageCountMode,
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
매개 변수
- SortItem
형식: String
- Direction
형식: Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.SortDirectionEnum
- Clear
형식: Boolean
- PaginationMode
형식: Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode
- callback
형식: AsyncCallback
- asyncState
형식: Object
반환 값
형식: IAsyncResult
참고 항목
참조
Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution 네임스페이스