Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The Reporting Services Execution Web service allows developers to programmatically process and render reports from a report server.
Hiérarchie d'héritage
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
ReportExecution2005.ReportExecutionService
Espace de noms : ReportExecution2005
Assembly : ReportExecution2005 (en ReportExecution2005.dll)
Syntaxe
'Déclaration
Public Class ReportExecutionService _
Inherits SoapHttpClientProtocol
'Utilisation
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
Le type ReportExecutionService expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
ReportExecutionService | Initializes a new instance of the ReportExecutionService class. |
Haut de la page
Propriétés
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Abort | (hérité de WebClientProtocol.) |
![]() |
BeginInvoke | (hérité de SoapHttpClientProtocol.) |
![]() |
CancelAsync | (hérité de HttpWebClientProtocol.) |
![]() |
CreateObjRef | Informations critiques de sécurité. (hérité de MarshalByRefObject.) |
![]() |
Discover | (hérité de SoapHttpClientProtocol.) |
![]() |
Dispose() | (hérité de Component.) |
![]() |
Dispose(Boolean) | (hérité de Component.) |
![]() |
EndInvoke | (hérité de SoapHttpClientProtocol.) |
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de 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 | (hérité de Object.) |
![]() |
GetLifetimeService | Informations critiques de sécurité. (hérité de MarshalByRefObject.) |
![]() |
GetReaderForMessage | (hérité de SoapHttpClientProtocol.) |
![]() |
GetRenderResource | Returns the resource for a specified rendering extension format. |
![]() |
GetService | (hérité de Component.) |
![]() |
GetType | (hérité de Object.) |
![]() |
GetWebRequest | (hérité de SoapHttpClientProtocol.) |
![]() |
GetWebResponse(WebRequest) | (hérité de HttpWebClientProtocol.) |
![]() |
GetWebResponse(WebRequest, IAsyncResult) | (hérité de HttpWebClientProtocol.) |
![]() |
GetWriterForMessage | (hérité de SoapHttpClientProtocol.) |
![]() |
InitializeLifetimeService | Informations critiques de sécurité. (hérité de MarshalByRefObject.) |
![]() |
Invoke | (hérité de SoapHttpClientProtocol.) |
![]() |
InvokeAsync(String, array<Object[], SendOrPostCallback) | (hérité de SoapHttpClientProtocol.) |
![]() |
InvokeAsync(String, array<Object[], SendOrPostCallback, Object) | (hérité de 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() | (hérité de Object.) |
![]() |
MemberwiseClone(Boolean) | (hérité de 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 | (hérité de Component.) |
Haut de la page
Événements
| Nom | Description | |
|---|---|---|
![]() |
Disposed | (hérité de Component.) |
Haut de la page
Notes
You must set the Url and Credentials properties of the web service before making any method calls.
Exemples
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
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)
.gif)
.gif)