ReportingService2006 类
Contains the methods and properties that can be used to call the Reporting Services Web service when it is running in SharePoint integrated mode.
继承层次结构
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 中)
语法
声明
Public Class ReportingService2006 _
Inherits SoapHttpClientProtocol
用法
Dim instance As ReportingService2006
public class ReportingService2006 : SoapHttpClientProtocol
public ref class ReportingService2006 : public SoapHttpClientProtocol
type ReportingService2006 =
class
inherit SoapHttpClientProtocol
end
public class ReportingService2006 extends SoapHttpClientProtocol
ReportingService2006 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
ReportingService2006 | Initializes a new instance of the ReportingService2006 class. |
页首
属性
名称 | 说明 | |
---|---|---|
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 | Gets or sets the server-related information that represents the version of the report server. | |
Site | (从 Component 继承。) | |
SoapVersion | (从 SoapHttpClientProtocol 继承。) | |
Timeout | (从 WebClientProtocol 继承。) | |
TrustedUserHeaderValue | This property is not used. | |
UnsafeAuthenticatedConnectionSharing | (从 HttpWebClientProtocol 继承。) | |
Url | (从 WebClientProtocol 继承。) | |
UseDefaultCredentials | (从 WebClientProtocol 继承。) | |
UserAgent | (从 HttpWebClientProtocol 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
Abort | (从 WebClientProtocol 继承。) | |
BeginInvoke | (从 SoapHttpClientProtocol 继承。) | |
CancelAsync | (从 HttpWebClientProtocol 继承。) | |
CancelJob | Cancels the execution of a job. | |
CreateDataSource | Creates a new data source in a SharePoint library. | |
CreateFolder | Adds a folder to a SharePoint library. | |
CreateModel | Adds a model to a SharePoint library. | |
CreateObjRef | 安全关键。 (从 MarshalByRefObject 继承。) | |
CreateReport | Adds a new report to a SharePoint library. | |
CreateReportHistorySnapshot | Generates a report history snapshot of a specified report. | |
CreateResource | Adds a new resource to a SharePoint library. | |
CreateSchedule | Creates a new shared schedule. | |
CreateSubscription | Creates a subscription for the specified report in the report server database. | |
DeleteItem | Deletes a specified item from a SharePoint library. | |
DeleteReportHistorySnapshot | Deletes an individual report history snapshot for a specified report. If errors occur, the report history snapshot is not deleted. | |
DeleteSchedule | Deletes a shared schedule from the report server database. | |
DeleteSubscription | Deletes a subscription from the report server database. | |
DisableDataSource | Disables a data source that is enabled. | |
Discover | (从 SoapHttpClientProtocol 继承。) | |
Dispose() | (从 Component 继承。) | |
Dispose(Boolean) | (从 Component 继承。) | |
EnableDataSource | Enables a data source that is disabled. | |
EndInvoke | (从 SoapHttpClientProtocol 继承。) | |
Equals | (从 Object 继承。) | |
Finalize | (从 Component 继承。) | |
FireEvent | Raises an event based on the supplied parameters. | |
FlushCache | Invalidates the cache for an individual report. | |
GenerateModel | Generates a default model on top of a shared data source. | |
GetCacheOptions | Returns the cache configuration for a report and the settings that describe when the cached copy of the report expires. | |
GetDataSourceContents | Returns the contents of a data source. | |
GetExecutionOptions | Returns the execution option and associated settings for an individual report. | |
GetExtensionSettings | Returns a list of settings for a given extension. | |
GetHashCode | (从 Object 继承。) | |
GetItemDataSourcePrompts | Gets the data source prompts for a specified item. | |
GetItemDataSources | Returns the data sources for an item in the catalog. | |
GetItemType | Retrieves the type of an item in a SharePoint library, if the item exists. | |
GetLifetimeService | 安全关键。 (从 MarshalByRefObject 继承。) | |
GetModelDefinition | Retrieves the definition for a model. | |
GetModelItemPermissions | Retrieves the user permissions associated with an item in the model hierarchy. | |
GetModelItemPolicies | Retrieves the policies associate with an item in the model hierarchy. | |
GetPermissions | Returns the user permissions that are associated with a particular item in a SharePoint library. | |
GetPolicies | Returns the policies that are associated with a particular item in a SharePoint library. | |
GetProperties | Returns the value of one or more properties of an item in a SharePoint library. | |
GetReaderForMessage | (从 SoapHttpClientProtocol 继承。) | |
GetReportDefinition | Retrieves the report definition for a report. | |
GetReportHistoryLimit | Returns the report history snapshot limit for a specified report. | |
GetReportHistoryOptions | Returns the report history snapshot option and properties that are generated for a report. | |
GetReportParameters | Returns report parameter properties for a specified report. The GetReportParameters(String, String, Boolean, ParameterValue, DataSourceCredentials) method can also be used to validate parameter values against parameters for a specified report. | |
GetResourceContents | Retrieves the contents of a resource. | |
GetRoleProperties | Returns role information and a collection of associated tasks. | |
GetScheduleProperties | Returns the properties of a shared schedule. | |
GetService | (从 Component 继承。) | |
GetSubscriptionProperties | Returns the properties of a specified subscription. | |
GetSystemProperties | Returns the value of one or more system properties. | |
GetType | (从 Object 继承。) | |
GetUserModel | Returns the semantic piece of a model for the current user. | |
GetWebRequest | (从 SoapHttpClientProtocol 继承。) | |
GetWebResponse(WebRequest) | (从 HttpWebClientProtocol 继承。) | |
GetWebResponse(WebRequest, IAsyncResult) | (从 HttpWebClientProtocol 继承。) | |
GetWriterForMessage | (从 SoapHttpClientProtocol 继承。) | |
InheritModelItemParentSecurity | Deletes the policies associated with an item in the model hierarchy and causes the item to inherit the policies from its parent. | |
InheritParentSecurity | Deletes the policies associated with an item. As a result, the item inherits the policies from its parent. | |
InitializeLifetimeService | 安全关键。 (从 MarshalByRefObject 继承。) | |
Invoke | (从 SoapHttpClientProtocol 继承。) | |
InvokeAsync(String, array<Object[], SendOrPostCallback) | (从 SoapHttpClientProtocol 继承。) | |
InvokeAsync(String, array<Object[], SendOrPostCallback, Object) | (从 SoapHttpClientProtocol 继承。) | |
ListAllSubscriptions | Retrieves a list of subscriptions that have been created by all users of a report server for a given site. | |
ListChildren | Gets a list of children from a specified folder. | |
ListDependentItems | Returns a list of catalog items that reference a specified catalog item. | |
ListEvents | Returns a list of events supported by the report server. | |
ListExtensions | Returns a list of extensions that are configured for a given extension type. | |
ListJobs | Returns a list of jobs that are running on the report server. | |
ListModelDrillthroughReports | Lists drillthrough reports associated with an entity in a model. | |
ListModelItemChildren | Returns an array of model item child elements. | |
ListModelPerspectives | Lists models and perspectives available to the user. | |
ListMySubscriptions | Retrieves a list of subscriptions that have been created by the current user of the report server for the given site. | |
ListParents | Retrieves parent items for the given item. | |
ListReportHistory | Returns a list of report history snapshots and their properties for a specified report. | |
ListReportSubscriptions | Retrieves a list of subscriptions that have been created by users for a given report. | |
ListRoles | Returns the names and descriptions of roles for a given SharePoint site. | |
ListScheduledReports | Returns a list of reports that are associated with a shared schedule. | |
ListSchedules | Returns a list of all shared schedules for a given site. | |
ListSecureMethods | Returns a list of SOAP methods that require an encrypted channel when they are invoked. | |
ListTasks | Returns the names and descriptions of tasks that are managed by the report server. | |
MemberwiseClone() | (从 Object 继承。) | |
MemberwiseClone(Boolean) | (从 MarshalByRefObject 继承。) | |
MoveItem | Moves and/or renames an item. | |
PauseSchedule | Pauses the execution of a given schedule. | |
PrepareQuery | Returns a dataset that contains the fields retrieved by the delivery query for a data-driven subscription. | |
RegenerateModel | Updates an existing model based on changes to the data source schema. | |
RemoveAllModelItemPolicies | Deletes all policies associate with model items in the specified model. | |
ResumeSchedule | Resumes a shared schedule that has been paused. | |
SetCacheOptions | Configures a report to be cached and provides settings that specify when the cached copy of the report expires. | |
SetDataSourceContents | Sets the connection properties associated with a DataSource. | |
SetExecutionOptions | Sets execution options and associated execution properties for a specified report. | |
SetItemDataSources | Sets the data sources for an item in a SharePoint library. | |
SetModelDefinition | Sets the definition for a specified model. | |
SetModelDrillthroughReports | Associates a set of drillthrough reports together with a model. | |
SetModelItemPolicies | Sets security policies on an item in the model hierarchy. | |
SetPolicies | Sets the policies that are associated with a specified item. | |
SetProperties | Sets one or more properties of a specified item. | |
SetReportDefinition | Sets the report definition for a specified report. | |
SetReportHistoryLimit | Specifies the number of snapshots of a report that the report server retains in the report server database. | |
SetReportHistoryOptions | Sets report history options that specify when a report history snapshot is created for a specified report. | |
SetReportParameters | Sets report parameter properties for a specified report. | |
SetResourceContents | Sets the contents of a resource. | |
SetScheduleProperties | Sets the properties of a shared schedule. | |
SetSubscriptionProperties | Sets the properties of a subscription. | |
SetSystemProperties | Sets one or more system properties for the SharePoint farm. | |
ToString | (从 Component 继承。) | |
UpdateReportExecutionSnapshot | Generates a report execution snapshot for a specified report. | |
ValidateExtensionSettings | Validates Reporting Services extension settings. |
页首
事件
名称 | 说明 | |
---|---|---|
Disposed | (从 Component 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。