ReportingService2006 类
包含当 Reporting Services Web 服务以 SharePoint 集成模式运行时,可用来调用该服务的方法和属性。
继承层次结构
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
System.Web.Services.Protocols. . :: . .WebClientProtocol
System.Web.Services.Protocols. . :: . .HttpWebClientProtocol
System.Web.Services.Protocols. . :: . .SoapHttpClientProtocol
ReportService2006..::..ReportingService2006
命名空间: ReportService2006
程序集: ReportService2006(在 ReportService2006.dll 中)
语法
声明
<WebServiceBindingAttribute(Name := "ReportingService2006Soap", Namespace := "https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")> _
Public Class ReportingService2006 _
Inherits SoapHttpClientProtocol
用法
Dim instance As ReportingService2006
[WebServiceBindingAttribute(Name = "ReportingService2006Soap", Namespace = "https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")]
public class ReportingService2006 : SoapHttpClientProtocol
[WebServiceBindingAttribute(Name = L"ReportingService2006Soap", Namespace = L"https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")]
public ref class ReportingService2006 : public SoapHttpClientProtocol
[<WebServiceBindingAttribute(Name = "ReportingService2006Soap", Namespace = "https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")>]
type ReportingService2006 =
class
inherit SoapHttpClientProtocol
end
public class ReportingService2006 extends SoapHttpClientProtocol
ReportingService2006 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
AllowAutoRedirect | (从 HttpWebClientProtocol 继承。) | |
CanRaiseEvents | (从 Component 继承。) | |
ClientCertificates | (从 HttpWebClientProtocol 继承。) | |
ConnectionGroupName | (从 WebClientProtocol 继承。) | |
Container | (从 Component 继承。) | |
CookieContainer | (从 HttpWebClientProtocol 继承。) | |
Credentials | (从 WebClientProtocol 继承。) | |
DesignMode | (从 Component 继承。) | |
EnableDecompression | (从 HttpWebClientProtocol 继承。) | |
Events | (从 Component 继承。) | |
PreAuthenticate | (从 WebClientProtocol 继承。) | |
Proxy | (从 HttpWebClientProtocol 继承。) | |
RequestEncoding | (从 WebClientProtocol 继承。) | |
ServerInfoHeaderValue | 获取或设置表示报表服务器版本的服务器相关信息。 | |
Site | (从 Component 继承。) | |
SoapVersion | (从 SoapHttpClientProtocol 继承。) | |
Timeout | (从 WebClientProtocol 继承。) | |
TrustedUserHeaderValue | 不使用此属性。 | |
UnsafeAuthenticatedConnectionSharing | (从 HttpWebClientProtocol 继承。) | |
Url | (从 WebClientProtocol 继承。) | |
UseDefaultCredentials | (从 WebClientProtocol 继承。) | |
UserAgent | (从 HttpWebClientProtocol 继承。) |
页首
方法
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。