ReportExecutionService.Sort2 方法

定义

public:
 int Sort2(System::String ^ SortItem, Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::SortDirectionEnum Direction, bool Clear, Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::PageCountMode PaginationMode, [Runtime::InteropServices::Out] System::String ^ % ReportItem, [Runtime::InteropServices::Out] Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::ExecutionInfo2 ^ % ExecutionInfo);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Sort2", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")]
[System.Web.Services.Protocols.SoapHeader("ExecutionHeaderValue")]
public int Sort2 (string SortItem, Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.SortDirectionEnum Direction, bool Clear, Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode PaginationMode, out string ReportItem, out Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.ExecutionInfo2 ExecutionInfo);
[<System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/Sort2", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=System.Web.Services.Description.SoapBindingUse.Literal)>]
[<System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)>]
[<System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")>]
[<System.Web.Services.Protocols.SoapHeader("ExecutionHeaderValue")>]
member this.Sort2 : string * Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.SortDirectionEnum * bool * Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode * string * ExecutionInfo2 -> int
Public Function Sort2 (SortItem As String, Direction As SortDirectionEnum, Clear As Boolean, PaginationMode As PageCountMode, ByRef ReportItem As String, ByRef ExecutionInfo As ExecutionInfo2) As Integer

参数

SortItem
String
Direction
SortDirectionEnum
Clear
Boolean
PaginationMode
PageCountMode
ReportItem
String
ExecutionInfo
ExecutionInfo2

返回

属性

适用于