ReportExecutionService.BeginSort3 Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
IAsyncResult ^ BeginSort3(System::String ^ SortItem, Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::SortDirectionEnum Direction, bool Clear, Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::PageCountMode PaginationMode, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSort3 (string SortItem, Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.SortDirectionEnum Direction, bool Clear, Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode PaginationMode, AsyncCallback callback, object asyncState);
Public Function BeginSort3 (SortItem As String, Direction As SortDirectionEnum, Clear As Boolean, PaginationMode As PageCountMode, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parâmetros
- SortItem
- String
- Direction
- SortDirectionEnum
- Clear
- Boolean
- PaginationMode
- PageCountMode
- callback
- AsyncCallback
- asyncState
- Object