Compartir a través de


ReportExecutionService.Sort Método

Applies or removes a sort for the execution based on a user sort action.

Espacio de nombres:  ReportExecution2005
Ensamblado:  ReportExecution2005 (en ReportExecution2005.dll)

Sintaxis

'Declaración
Public Function Sort ( _
    SortItem As String, _
    Direction As SortDirectionEnum, _
    Clear As Boolean, _
    <OutAttribute> ByRef ReportItem As String, _
    <OutAttribute> ByRef NumPages As Integer _
) As Integer
'Uso
Dim instance As ReportExecutionService 
Dim SortItem As String 
Dim Direction As SortDirectionEnum 
Dim Clear As Boolean 
Dim ReportItem As String 
Dim NumPages As Integer 
Dim returnValue As Integer 

returnValue = instance.Sort(SortItem, _
    Direction, Clear, ReportItem, NumPages)
public int Sort(
    string SortItem,
    SortDirectionEnum Direction,
    bool Clear,
    out string ReportItem,
    out int NumPages
)
public:
int Sort(
    String^ SortItem, 
    SortDirectionEnum Direction, 
    bool Clear, 
    [OutAttribute] String^% ReportItem, 
    [OutAttribute] int% NumPages
)
member Sort : 
        SortItem:string * 
        Direction:SortDirectionEnum * 
        Clear:bool * 
        ReportItem:string byref * 
        NumPages:int byref -> int
public function Sort(
    SortItem : String, 
    Direction : SortDirectionEnum, 
    Clear : boolean, 
    ReportItem : String, 
    NumPages : int
) : int

Parámetros

  • SortItem
    Tipo: System.String
    The ID of the report item on which to sort.
  • Clear
    Tipo: System.Boolean
    A Boolean value that indicates whether all other existing sorts should be cleared. The default is false.
  • ReportItem
    Tipo: System.String%
    [out] The ID of the item on the page used for positioning in the viewing area.
  • NumPages
    Tipo: System.Int32%
    [out] The new total number of pages in the report.

Valor devuelto

Tipo: System.Int32
An integer value containing the new page number on which the item passed in the ReportItem parameter falls.

Comentarios

The table below shows header and permissions information on this operation.

SOAP Header Usage

(In) TrustedUserHeaderValue

(In) ExecutionHeaderValue

(Out) ServerInfoHeaderValue

Native Mode Required Permissions

None

SharePoint Mode Required Permissions

None

Vea también

Referencia

ReportExecutionService Clase

Espacio de nombres ReportExecution2005