Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client.ReportService
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
IAsyncResult BeginSort(
	string id,
	string elementId,
	SortDirectionEnum sortDirection,
	AsyncCallback callback,
	Object asyncState
)
Visual Basic (Declaration)
Function BeginSort ( _
	id As String, _
	elementId As String, _
	sortDirection As SortDirectionEnum, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult
Visual C++
IAsyncResult^ BeginSort(
	String^ id, 
	String^ elementId, 
	SortDirectionEnum sortDirection, 
	AsyncCallback^ callback, 
	Object^ asyncState
)

See Also