Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The Reporting Services Execution Web service allows developers to programmatically process and render reports from a report server.
Vererbungshierarchie
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
ReportExecution2005.ReportExecutionService
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Class ReportExecutionService _
Inherits SoapHttpClientProtocol
'Usage
Dim instance As ReportExecutionService
public class ReportExecutionService : SoapHttpClientProtocol
public ref class ReportExecutionService : public SoapHttpClientProtocol
type ReportExecutionService =
class
inherit SoapHttpClientProtocol
end
public class ReportExecutionService extends SoapHttpClientProtocol
Der ReportExecutionService-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
ReportExecutionService | Initializes a new instance of the ReportExecutionService class. |
Zum Anfang
Eigenschaften
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Abort | (Geerbt von WebClientProtocol.) |
![]() |
BeginInvoke | (Geerbt von SoapHttpClientProtocol.) |
![]() |
CancelAsync | (Geerbt von HttpWebClientProtocol.) |
![]() |
CreateObjRef | Sicherheitskritisch (Geerbt von MarshalByRefObject.) |
![]() |
Discover | (Geerbt von SoapHttpClientProtocol.) |
![]() |
Dispose() | (Geerbt von Component.) |
![]() |
Dispose(Boolean) | (Geerbt von Component.) |
![]() |
EndInvoke | (Geerbt von SoapHttpClientProtocol.) |
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von 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 | (Geerbt von Object.) |
![]() |
GetLifetimeService | Sicherheitskritisch (Geerbt von MarshalByRefObject.) |
![]() |
GetReaderForMessage | (Geerbt von SoapHttpClientProtocol.) |
![]() |
GetRenderResource | Returns the resource for a specified rendering extension format. |
![]() |
GetService | (Geerbt von Component.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
GetWebRequest | (Geerbt von SoapHttpClientProtocol.) |
![]() |
GetWebResponse(WebRequest) | (Geerbt von HttpWebClientProtocol.) |
![]() |
GetWebResponse(WebRequest, IAsyncResult) | (Geerbt von HttpWebClientProtocol.) |
![]() |
GetWriterForMessage | (Geerbt von SoapHttpClientProtocol.) |
![]() |
InitializeLifetimeService | Sicherheitskritisch (Geerbt von MarshalByRefObject.) |
![]() |
Invoke | (Geerbt von SoapHttpClientProtocol.) |
![]() |
InvokeAsync(String, array<Object[], SendOrPostCallback) | (Geerbt von SoapHttpClientProtocol.) |
![]() |
InvokeAsync(String, array<Object[], SendOrPostCallback, Object) | (Geerbt von 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() | (Geerbt von Object.) |
![]() |
MemberwiseClone(Boolean) | (Geerbt von 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 | (Geerbt von Component.) |
Zum Anfang
Ereignisse
| Name | Beschreibung | |
|---|---|---|
![]() |
Disposed | (Geerbt von Component.) |
Zum Anfang
Hinweise
You must set the Url and Credentials properties of the web service before making any method calls.
Beispiele
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
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)
.gif)
.gif)