ReportingService2005 类
包含可用来调用 Microsoft SQL Server 2005 Reporting Services Web 服务的方法和属性。
继承层次结构
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
System.Web.Services.Protocols. . :: . .WebClientProtocol
System.Web.Services.Protocols. . :: . .HttpWebClientProtocol
System.Web.Services.Protocols. . :: . .SoapHttpClientProtocol
ReportService2005..::..ReportingService2005
命名空间: ReportService2005
程序集: ReportService2005(在 ReportService2005.dll 中)
语法
声明
<WebServiceBindingAttribute(Name := "ReportingService2005Soap", Namespace := "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
Public Class ReportingService2005 _
Inherits SoapHttpClientProtocol
用法
Dim instance As ReportingService2005
[WebServiceBindingAttribute(Name = "ReportingService2005Soap", Namespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public class ReportingService2005 : SoapHttpClientProtocol
[WebServiceBindingAttribute(Name = L"ReportingService2005Soap", Namespace = L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public ref class ReportingService2005 : public SoapHttpClientProtocol
[<WebServiceBindingAttribute(Name = "ReportingService2005Soap", Namespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")>]
type ReportingService2005 =
class
inherit SoapHttpClientProtocol
end
public class ReportingService2005 extends SoapHttpClientProtocol
ReportingService2005 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
AllowAutoRedirect | (从 HttpWebClientProtocol 继承。) | |
BatchHeaderValue | 一个值,该值(BatchHeaderValue 对象)表示 Reporting Services SOAP API 中多方法操作的系统生成的唯一批处理 ID。 | |
CanRaiseEvents | (从 Component 继承。) | |
ClientCertificates | (从 HttpWebClientProtocol 继承。) | |
ConnectionGroupName | (从 WebClientProtocol 继承。) | |
Container | (从 Component 继承。) | |
CookieContainer | (从 HttpWebClientProtocol 继承。) | |
Credentials | (从 WebClientProtocol 继承。) | |
DesignMode | (从 Component 继承。) | |
EnableDecompression | (从 HttpWebClientProtocol 继承。) | |
Events | (从 Component 继承。) | |
ItemNamespaceHeaderValue | 一个值,该值表示用来检索项属性的标识符。 | |
PreAuthenticate | (从 WebClientProtocol 继承。) | |
Proxy | (从 HttpWebClientProtocol 继承。) | |
RequestEncoding | (从 WebClientProtocol 继承。) | |
ServerInfoHeaderValue | 表示报表服务器版本的服务器相关的信息。 | |
Site | (从 Component 继承。) | |
SoapVersion | (从 SoapHttpClientProtocol 继承。) | |
Timeout | (从 WebClientProtocol 继承。) | |
UnsafeAuthenticatedConnectionSharing | (从 HttpWebClientProtocol 继承。) | |
Url | (从 WebClientProtocol 继承。) | |
UseDefaultCredentials | (从 WebClientProtocol 继承。) | |
UserAgent | (从 HttpWebClientProtocol 继承。) |
页首
方法
页首
注释
To use the Report Server Web service library, you must generate a proxy class in either Microsoft Visual C# or Microsoft Visual Basic .NET through which you can call the various Web service methods. For more information about generating a Reporting Services proxy class using the Microsoft .NET Framework, see 访问 SOAP API.
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。