ReportingService2010 클래스

Contains the methods and properties that can be used to call the Reporting Services Web service when it is running in both native mode and 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
            ReportService2010.ReportingService2010

네임스페이스:  ReportService2010
어셈블리:  ReportService2010(ReportService2010.dll)

구문

‘선언
<WebServiceBindingAttribute(Name := "ReportingService2010Soap", Namespace := "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")> _
Public Class ReportingService2010 _
    Inherits SoapHttpClientProtocol
‘사용 방법
Dim instance As ReportingService2010
[WebServiceBindingAttribute(Name = "ReportingService2010Soap", Namespace = "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
public class ReportingService2010 : SoapHttpClientProtocol
[WebServiceBindingAttribute(Name = L"ReportingService2010Soap", Namespace = L"https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
public ref class ReportingService2010 : public SoapHttpClientProtocol
[<WebServiceBindingAttribute(Name = "ReportingService2010Soap", Namespace = "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
type ReportingService2010 =  
    class 
        inherit SoapHttpClientProtocol 
    end
public class ReportingService2010 extends SoapHttpClientProtocol

ReportingService2010 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 ReportingService2010 Initializes a new instance of the ReportingService2010 class.

맨 위로 이동

속성

  이름 설명
공용 속성 AllowAutoRedirect (HttpWebClientProtocol에서 상속됨)
보호된 속성 CanRaiseEvents (Component에서 상속됨)
공용 속성 ClientCertificates (HttpWebClientProtocol에서 상속됨)
공용 속성 ConnectionGroupName (WebClientProtocol에서 상속됨)
공용 속성 Container (Component에서 상속됨)
공용 속성 CookieContainer (HttpWebClientProtocol에서 상속됨)
공용 속성 Credentials (WebClientProtocol에서 상속됨)
보호된 속성 DesignMode (Component에서 상속됨)
공용 속성 EnableDecompression (HttpWebClientProtocol에서 상속됨)
보호된 속성 Events (Component에서 상속됨)
공용 속성 ItemNamespaceHeaderValue The value that represents the identifier used to retrieve item properties.
공용 속성 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.
공용 메서드 ChangeSubscriptionOwner Changes the owner of a subscription.
공용 메서드 CreateCacheRefreshPlan Creates a cache refresh plan for an item. This method applies to the Report and Dataset item types.
공용 메서드 CreateCatalogItem Adds a new item to a report server database or SharePoint library. This method applies to the Report, Model, Dataset, Component, Resource, and DataSource item types.
공용 메서드 CreateDataDrivenSubscription Creates a data-driven subscription for a specified item. This method applies to the Report item type.
공용 메서드 CreateDataSource Creates a new data source in a report server database or SharePoint library.
공용 메서드 CreateFolder Adds a folder to the report server database or SharePoint library.
공용 메서드 CreateItemHistorySnapshot Generates an item history snapshot of a specified catalog item. This method applies to the Report item type.
공용 메서드 CreateLinkedItem Adds a new linked item to the report server database.
공용 메서드 CreateObjRef 보안에 중요합니다. (MarshalByRefObject에서 상속됨)
공용 메서드 CreateReportEditSession Creates a new report edit session in the report server database.
공용 메서드 CreateRole Adds a new role to the report server database. This method only applies to native mode.
공용 메서드 CreateSchedule Creates a new shared schedule.
공용 메서드 CreateSubscription Creates a subscription for the specified item in the report server database or SharePoint library. This method applies to the Report item type.
공용 메서드 DeleteCacheRefreshPlan Deletes a cache refresh plan.
공용 메서드 DeleteItem Deletes a specified item from a report server database or SharePoint library. This method applies to all item types.
공용 메서드 DeleteItemHistorySnapshot Deletes an individual item history snapshot for a specified catalog item. If errors occur, the item history snapshot is not deleted. This method applies to the Report item type.
공용 메서드 DeleteRole Deletes a specified role from the report server database. This method only applies to native mode.
공용 메서드 DeleteSchedule Deletes a shared schedule from the report server database or SharePoint library.
공용 메서드 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에서 상속됨)
공용 메서드 FindItems Returns items from a report server database or SharePoint library that match the search criteria.
공용 메서드 FireEvent Raises an event based on the supplied parameters.
공용 메서드 FlushCache Invalidates the cache for an item. This method applies to the Report and Dataset item types.
공용 메서드 GenerateModel Generates a default model on top of a shared data source.
공용 메서드 GetCacheOptions Returns the cache configuration for an item and the settings that describe when the cached copy of the item expires. This method applies to the Report and Dataset item types.
공용 메서드 GetCacheRefreshPlanProperties Returns the properties of the specified cache refresh plan.
공용 메서드 GetDataDrivenSubscriptionProperties Returns the properties of a data-driven subscription.
공용 메서드 GetDataSourceContents Returns the contents of a data source.
공용 메서드 GetExecutionOptions Returns the execution option and associated settings for an individual item. This method applies to the Report item type.
공용 메서드 GetExtensionSettings Returns a list of settings for a given extension.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetItemDataSourcePrompts Gets the data source prompts for a specified item. This method applies to the Report and Model item types.
공용 메서드 GetItemDataSources Returns the data sources for an item in the catalog.
공용 메서드 GetItemDefinition Retrieves the definition or content for an item. This method applies to the Report, Model, Dataset, Component, Resource, and DataSource item types.
공용 메서드 GetItemHistoryLimit Returns the item history snapshot limit for a specified catalog item. This method applies to the Report item type.
공용 메서드 GetItemHistoryOptions Returns the item history snapshot option and properties that are generated for a catalog item. This method applies to the Report item type.
공용 메서드 GetItemLink Returns the name of the item whose item definition is used for the specified linked item.This method applies to the Report item type.
공용 메서드 GetItemParameters Returns parameter properties for a specified item. This method can also be used to validate parameter values against parameters for a specified item.
공용 메서드 GetItemReferences Returns a list of catalog item references associated with an item. This method applies to the Report and Dataset item types.
공용 메서드 GetItemType Retrieves the type of an item in a report server database or SharePoint library, if the item exists.
공용 메서드 GetLifetimeService 보안에 중요합니다. (MarshalByRefObject에서 상속됨)
공용 메서드 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 report server database or SharePoint library.
공용 메서드 GetPolicies Returns the policies that are associated with a particular item in a report server database or SharePoint library.
공용 메서드 GetProperties Returns the value of one or more properties of an item in a report server database or SharePoint library. This method applies to all item types.
보호된 메서드 GetReaderForMessage (SoapHttpClientProtocol에서 상속됨)
공용 메서드 GetReportServerConfigInfo Returns information on the connected report server instance or all the report server instances in a scale-out deployment.
공용 메서드 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.
공용 메서드 GetSystemPermissions Retrieves the system permissions of the current user. This method only applies to native mode.
공용 메서드 GetSystemPolicies Returns the system policies, including groups and associated roles. This method only applies to native mode.
공용 메서드 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. This method applies to all item types.
공용 메서드 InitializeLifetimeService 보안에 중요합니다. (MarshalByRefObject에서 상속됨)
보호된 메서드 Invoke (SoapHttpClientProtocol에서 상속됨)
보호된 메서드 InvokeAsync(String, array<Object[], SendOrPostCallback) (SoapHttpClientProtocol에서 상속됨)
보호된 메서드 InvokeAsync(String, array<Object[], SendOrPostCallback, Object) (SoapHttpClientProtocol에서 상속됨)
공용 메서드 IsSSLRequired Returns a Boolean value that indicates whether the Secure Socket Layer (SSL) protocol is required to use this end point.
공용 메서드 ListCacheRefreshPlans Returns a list of the cache refresh plans associated with a catalog item.
공용 메서드 ListChildren Gets a list of children of a specified folder.
공용 메서드 ListDatabaseCredentialRetrievalOptions Returns a list of supported credential retrieval options.
공용 메서드 ListDependentItems Returns a list of catalog items that reference a specified catalog item.
공용 메서드 ListEvents Returns a list of events supported by the report server.
공용 메서드 ListExecutionSettings Returns a list of supported execution settings.
공용 메서드 ListExtensions Returns a list of extensions that are configured for a given extension type.
공용 메서드 ListExtensionTypes Returns a list of supported extension types.
공용 메서드 ListItemHistory Returns a list of item history snapshots and their properties for a specified catalog item. This method applies to the Report item type.
공용 메서드 ListItemTypes Returns a list of supported catalog item types.
공용 메서드 ListJobActions Returns a list of supported job actions.
공용 메서드 ListJobs Returns a list of jobs that are running on the report server.
공용 메서드 ListJobStates Returns a list of supported job states.
공용 메서드 ListJobTypes Returns a list of supported job types.
공용 메서드 ListModelDrillthroughReports Lists drillthrough reports associated with an entity in a model.
공용 메서드 ListModelItemChildren Returns an array of model item child elements.
공용 메서드 ListModelItemTypes Returns a list of supported model item types.
공용 메서드 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 or SharePoint site for the given catalog item.
공용 메서드 ListParameterStates Returns a list of supported parameter states.
공용 메서드 ListParameterTypes Returns a list of supported parameter types.
공용 메서드 ListParents Retrieves parent items for the given item.
공용 메서드 ListRoles Returns the names and descriptions of roles on a report server or a given SharePoint site.
공용 메서드 ListScheduledItems Returns a list of items that are associated with a shared schedule.
공용 메서드 ListSchedules Returns a list of all shared schedules in the report server database or for a given SharePoint site.
공용 메서드 ListScheduleStates Returns a list of supported schedule states.
공용 메서드 ListSecurityScopes Returns a list of supported security scopes.
공용 메서드 ListSubscriptions Retrieves a list of subscriptions that have been created for a given item. This method applies to the Report item type.
공용 메서드 ListSubscriptionsUsingDataSource Returns a list of subscriptions that are associated with a given data source.
공용 메서드 ListTasks Returns the tasks that are managed by the report server.
공용 메서드 Logoff Logs out the current user making Web service requests. This method only applies to native mode.
공용 메서드 LogonUser Logs on a user and authenticates a user request to the Report Server Web service. This method only applies to native mode.
보호된 메서드 MemberwiseClone() (Object에서 상속됨)
보호된 메서드 MemberwiseClone(Boolean) (MarshalByRefObject에서 상속됨)
공용 메서드 MoveItem Moves and/or renames an item. This method applies to all item types.
공용 메서드 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 an item to be cached and provides settings that specify when the cached copy of the item expires. This method applies to the Report and Dataset item types.
공용 메서드 SetCacheRefreshPlanProperties Sets the properties of a cache refresh plan.
공용 메서드 SetDataDrivenSubscriptionProperties Sets the properties of a data-driven subscription.
공용 메서드 SetDataSourceContents Sets the connection properties associated with a DataSource.
공용 메서드 SetExecutionOptions Sets execution options and associated execution properties for a specified item. This method applies to the Report item type.
공용 메서드 SetItemDataSources Sets the data sources for an item in a report server database or SharePoint library. This method applies to the Report and Model item types.
공용 메서드 SetItemDefinition Sets the definition or content for a specified item. This method applies to the Report, Model, Dataset, Component, Resource, and DataSource item types.
공용 메서드 SetItemHistoryLimit Specifies the number of snapshots of an item that the report server retains. This method applies to the Report item type.
공용 메서드 SetItemHistoryOptions Sets item history options that specify when an item history snapshot is created for a specified catalog item. This method applies to the Report item type.
공용 메서드 SetItemLink Specifies the catalog item that is used for the item definition of an existing linked item. This method applies to the Report item type.
공용 메서드 SetItemParameters Sets parameter properties for a specified item.
공용 메서드 SetItemReferences Sets the catalog items associated with an item. This method applies to the Report and Dataset item types.
공용 메서드 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.
공용 메서드 SetRoleProperties Sets role properties and associates a collection of tasks with a specified role. This method only applies to native mode.
공용 메서드 SetScheduleProperties Sets the properties of a shared schedule.
공용 메서드 SetSubscriptionProperties Sets the properties of a subscription.
공용 메서드 SetSystemPolicies Sets the system policy that defines groups and associated roles. This only applies to native mode.
공용 메서드 SetSystemProperties Sets one or more system properties for the report server or SharePoint farm.
공용 메서드 TestConnectForDataSourceDefinition Tests the connection for a data source. This method supports the direct testing of the data source.
공용 메서드 TestConnectForItemDataSource Tests the connection for a data source. This method supports the testing of published data sources that are used by reports or models and shared data sources. This method applies to the Report, Model, and Dataset item types.
공용 메서드 ToString (Component에서 상속됨)
공용 메서드 UpdateItemExecutionSnapshot Generates an item execution snapshot for a specified item. This method applies to the Report item type.
공용 메서드 ValidateExtensionSettings Validates Reporting Services extension settings.

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 Disposed (Component에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

ReportService2010 네임스페이스