Classe ReportExecutionService
The Reporting Services Execution Web service allows developers to programmatically process and render reports from a report server.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
System.Web.Services.Protocols. . :: . .WebClientProtocol
System.Web.Services.Protocols. . :: . .HttpWebClientProtocol
System.Web.Services.Protocols. . :: . .SoapHttpClientProtocol
ReportExecution2005..::..ReportExecutionService
Spazio dei nomi ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Sintassi
'Dichiarazione
<WebServiceBindingAttribute(Name := "ReportExecutionServiceSoap", Namespace := "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
Public Class ReportExecutionService _
Inherits SoapHttpClientProtocol
'Utilizzo
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
Nel tipo ReportExecutionService sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ReportExecutionService | Initializes a new instance of the ReportExecutionService class. |
In alto
Proprietà
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Abort | Ereditato da WebClientProtocol. | |
BeginInvoke | Ereditato da SoapHttpClientProtocol. | |
CancelAsync | Ereditato da HttpWebClientProtocol. | |
CreateObjRef | Ereditato da MarshalByRefObject. | |
Discover | Ereditato da SoapHttpClientProtocol. | |
Dispose() () () () | Ereditato da Component. | |
Dispose(Boolean) | Ereditato da Component. | |
EndInvoke | Ereditato da SoapHttpClientProtocol. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da 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 | Ereditato da Object. | |
GetLifetimeService | Ereditato da MarshalByRefObject. | |
GetReaderForMessage | Ereditato da SoapHttpClientProtocol. | |
GetRenderResource | Returns the resource for a specified rendering extension format. | |
GetService | Ereditato da Component. | |
GetType | Ereditato da Object. | |
GetWebRequest | Ereditato da SoapHttpClientProtocol. | |
GetWebResponse(WebRequest) | Ereditato da HttpWebClientProtocol. | |
GetWebResponse(WebRequest, IAsyncResult) | Ereditato da HttpWebClientProtocol. | |
GetWriterForMessage | Ereditato da SoapHttpClientProtocol. | |
InitializeLifetimeService | Ereditato da MarshalByRefObject. | |
Invoke | Ereditato da SoapHttpClientProtocol. | |
InvokeAsync(String, array<Object> [] () [] [], SendOrPostCallback) | Ereditato da SoapHttpClientProtocol. | |
InvokeAsync(String, array<Object> [] () [] [], SendOrPostCallback, Object) | Ereditato da 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() () () () | Ereditato da Object. | |
MemberwiseClone(Boolean) | Ereditato da 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 | Ereditato da Component. |
In alto
Osservazioni
You must set the Url and Credentials properties of the web service before making any method calls.
Esempi
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
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.