ReportExecutionService 類別
The Reporting Services Execution Web service allows developers to programmatically process and render reports from a report server.
繼承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
System.Web.Services.Protocols. . :: . .WebClientProtocol
System.Web.Services.Protocols. . :: . .HttpWebClientProtocol
System.Web.Services.Protocols. . :: . .SoapHttpClientProtocol
ReportExecution2005..::..ReportExecutionService
命名空間: ReportExecution2005
組件: ReportExecution2005 (在 ReportExecution2005.dll 中)
語法
'宣告
<WebServiceBindingAttribute(Name := "ReportExecutionServiceSoap", Namespace := "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
Public Class ReportExecutionService _
Inherits SoapHttpClientProtocol
'用途
Dim instance As ReportExecutionService
[WebServiceBindingAttribute(Name = "ReportExecutionServiceSoap", Namespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public class ReportExecutionService : SoapHttpClientProtocol
[WebServiceBindingAttribute(Name = L"ReportExecutionServiceSoap", Namespace = L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public ref class ReportExecutionService : public SoapHttpClientProtocol
[<WebServiceBindingAttribute(Name = "ReportExecutionServiceSoap", Namespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")>]
type ReportExecutionService =
class
inherit SoapHttpClientProtocol
end
public class ReportExecutionService extends SoapHttpClientProtocol
ReportExecutionService 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
![]() |
ReportExecutionService | Initializes a new instance of the ReportExecutionService class. |
上層
屬性
上層
方法
名稱 | 說明 | |
---|---|---|
![]() |
Abort | (繼承自 WebClientProtocol。) |
![]() |
BeginInvoke | (繼承自 SoapHttpClientProtocol。) |
![]() |
CancelAsync | (繼承自 HttpWebClientProtocol。) |
![]() |
CreateObjRef | (繼承自 MarshalByRefObject。) |
![]() |
Discover | (繼承自 SoapHttpClientProtocol。) |
![]() |
Dispose() () () () | (繼承自 Component。) |
![]() |
Dispose(Boolean) | (繼承自 Component。) |
![]() |
EndInvoke | (繼承自 SoapHttpClientProtocol。) |
![]() |
Equals | (繼承自 Object。) |
![]() |
Finalize | (繼承自 Component。) |
![]() |
FindString | Returns the logical page number of the next occurrence of the specified string. |
![]() |
GetDocumentMap | Returns the representation of the document map for the execution. |
![]() |
GetExecutionInfo | Returns information about the report execution. |
![]() |
GetExecutionInfo2 | Returns information about the report execution. |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetLifetimeService | (繼承自 MarshalByRefObject。) |
![]() |
GetReaderForMessage | (繼承自 SoapHttpClientProtocol。) |
![]() |
GetRenderResource | Returns the resource for a specified rendering extension format. |
![]() |
GetService | (繼承自 Component。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
GetWebRequest | (繼承自 SoapHttpClientProtocol。) |
![]() |
GetWebResponse(WebRequest) | (繼承自 HttpWebClientProtocol。) |
![]() |
GetWebResponse(WebRequest, IAsyncResult) | (繼承自 HttpWebClientProtocol。) |
![]() |
GetWriterForMessage | (繼承自 SoapHttpClientProtocol。) |
![]() |
InitializeLifetimeService | (繼承自 MarshalByRefObject。) |
![]() |
Invoke | (繼承自 SoapHttpClientProtocol。) |
![]() |
InvokeAsync(String, array<Object> [] () [] [], SendOrPostCallback) | (繼承自 SoapHttpClientProtocol。) |
![]() |
InvokeAsync(String, array<Object> [] () [] [], SendOrPostCallback, Object) | (繼承自 SoapHttpClientProtocol。) |
![]() |
ListRenderingExtensions | Returns a list of rendering extensions. |
![]() |
ListSecureMethods | Returns a list of SOAP methods that require a secure (SSL) connection when invoked. |
![]() |
LoadDrillthroughTarget | Creates a report execution from a drillthrough action. |
![]() |
LoadDrillthroughTarget2 | Creates a report execution from a drillthrough action. |
![]() |
LoadReport | Loads a report from the report server into a new execution. |
![]() |
LoadReport2 | Loads a report from the report server into a new execution. |
![]() |
LoadReportDefinition | Creates a report execution from a report definition supplied by the client. |
![]() |
LoadReportDefinition2 | Creates a report execution from a report definition supplied by the client. |
![]() |
Logoff | Logs out the current user making Web service requests. |
![]() |
LogonUser | Logs on a user and authenticates a user request to the Report Server Web service. |
![]() |
MemberwiseClone() () () () | (繼承自 Object。) |
![]() |
MemberwiseClone(Boolean) | (繼承自 MarshalByRefObject。) |
![]() |
NavigateBookmark | Navigates to a specific bookmark in the report. |
![]() |
NavigateDocumentMap | Navigates to a specific section of the report. |
![]() |
Render | Processes a specific report and renders it in the specified format. |
![]() |
Render2 | Processes a specific report and renders it in the specified format. |
![]() |
RenderStream | Gets a secondary rendering stream associated with a processed report. |
![]() |
ResetExecution | Resets the current report execution by clearing the snapshot and resetting the session state. |
![]() |
ResetExecution2 | Resets the current report execution by clearing the snapshot and resetting the session state. |
![]() |
SetExecutionCredentials | Sets the credentials associated with the current report execution. |
![]() |
SetExecutionCredentials2 | Sets the credentials associated with the current report execution. |
![]() |
SetExecutionParameters | Sets and validates parameter values associated with the current report execution. |
![]() |
SetExecutionParameters2 | Sets and validates parameter values associated with the current report execution. |
![]() |
Sort | Applies or removes a sort for the execution based on a user sort action. |
![]() |
Sort2 | Applies or removes a sort for the execution based on a user sort action. |
![]() |
ToggleItem | Toggles the show/hide item in a report. |
![]() |
ToString | (繼承自 Component。) |
上層
備註
You must set the Url and Credentials properties of the web service before making any method calls.
範例
Dim rs As New myNamespace.myReferenceName.ReportExecutionService()
rs.Url = "http://myservername.reportserver/ReportExecution2005.asmx?wsdl"
rs.Credentials = System.Net.CredentialCache.DefaultCredentials
myNamespace.myReferenceName.ReportExecutionService rs = new myNamespace.myReferenceName.ReportExecutionService();
rs.Url = "http://myservername.reportserver/reportexecution2005.asmx?wsdl"
rs.Credentials = System.Net.CredentialCache.DefaultCredentials
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。