Share via


ReportingService2010-Klasse

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.

Vererbungshierarchie

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            ReportService2010.ReportingService2010

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "ReportingService2010Soap", Namespace := "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")> _
Public Class ReportingService2010 _
    Inherits SoapHttpClientProtocol
'Usage
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

Der ReportingService2010-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ReportingService2010 Initializes a new instance of the ReportingService2010 class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AllowAutoRedirect (Geerbt von HttpWebClientProtocol.)
Geschützte Eigenschaft CanRaiseEvents (Geerbt von Component.)
Öffentliche Eigenschaft ClientCertificates (Geerbt von HttpWebClientProtocol.)
Öffentliche Eigenschaft ConnectionGroupName (Geerbt von WebClientProtocol.)
Öffentliche Eigenschaft Container (Geerbt von Component.)
Öffentliche Eigenschaft CookieContainer (Geerbt von HttpWebClientProtocol.)
Öffentliche Eigenschaft Credentials (Geerbt von WebClientProtocol.)
Geschützte Eigenschaft DesignMode (Geerbt von Component.)
Öffentliche Eigenschaft EnableDecompression (Geerbt von HttpWebClientProtocol.)
Geschützte Eigenschaft Events (Geerbt von Component.)
Öffentliche Eigenschaft ItemNamespaceHeaderValue The value that represents the identifier used to retrieve item properties.
Öffentliche Eigenschaft PreAuthenticate (Geerbt von WebClientProtocol.)
Öffentliche Eigenschaft Proxy (Geerbt von HttpWebClientProtocol.)
Öffentliche Eigenschaft RequestEncoding (Geerbt von WebClientProtocol.)
Öffentliche Eigenschaft ServerInfoHeaderValue Gets or sets the server-related information that represents the version of the report server.
Öffentliche Eigenschaft Site (Geerbt von Component.)
Öffentliche Eigenschaft SoapVersion (Geerbt von SoapHttpClientProtocol.)
Öffentliche Eigenschaft Timeout (Geerbt von WebClientProtocol.)
Öffentliche Eigenschaft TrustedUserHeaderValue This property is not used.
Öffentliche Eigenschaft UnsafeAuthenticatedConnectionSharing (Geerbt von HttpWebClientProtocol.)
Öffentliche Eigenschaft Url (Geerbt von WebClientProtocol.)
Öffentliche Eigenschaft UseDefaultCredentials (Geerbt von WebClientProtocol.)
Öffentliche Eigenschaft UserAgent (Geerbt von HttpWebClientProtocol.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Abort (Geerbt von WebClientProtocol.)
Geschützte Methode BeginInvoke (Geerbt von SoapHttpClientProtocol.)
Geschützte Methode CancelAsync (Geerbt von HttpWebClientProtocol.)
Öffentliche Methode CancelJob Cancels the execution of a job.
Öffentliche Methode ChangeSubscriptionOwner Changes the owner of a subscription.
Öffentliche Methode CreateCacheRefreshPlan Creates a cache refresh plan for an item. This method applies to the Report and Dataset item types.
Öffentliche Methode 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.
Öffentliche Methode CreateDataDrivenSubscription Creates a data-driven subscription for a specified item. This method applies to the Report item type.
Öffentliche Methode CreateDataSource Creates a new data source in a report server database or SharePoint library.
Öffentliche Methode CreateFolder Adds a folder to the report server database or SharePoint library.
Öffentliche Methode CreateItemHistorySnapshot Generates an item history snapshot of a specified catalog item. This method applies to the Report item type.
Öffentliche Methode CreateLinkedItem Adds a new linked item to the report server database.
Öffentliche Methode CreateObjRef Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode CreateReportEditSession Creates a new report edit session in the report server database.
Öffentliche Methode CreateRole Adds a new role to the report server database. This method only applies to native mode.
Öffentliche Methode CreateSchedule Creates a new shared schedule.
Öffentliche Methode CreateSubscription Creates a subscription for the specified item in the report server database or SharePoint library. This method applies to the Report item type.
Öffentliche Methode DeleteCacheRefreshPlan Deletes a cache refresh plan.
Öffentliche Methode DeleteItem Deletes a specified item from a report server database or SharePoint library. This method applies to all item types.
Öffentliche Methode 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.
Öffentliche Methode DeleteRole Deletes a specified role from the report server database. This method only applies to native mode.
Öffentliche Methode DeleteSchedule Deletes a shared schedule from the report server database or SharePoint library.
Öffentliche Methode DeleteSubscription Deletes a subscription from the report server database.
Öffentliche Methode DisableDataSource Disables a data source that is enabled.
Öffentliche Methode Discover (Geerbt von SoapHttpClientProtocol.)
Öffentliche Methode Dispose() (Geerbt von Component.)
Geschützte Methode Dispose(Boolean) (Geerbt von Component.)
Öffentliche Methode EnableDataSource Enables a data source that is disabled.
Geschützte Methode EndInvoke (Geerbt von SoapHttpClientProtocol.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Component.)
Öffentliche Methode FindItems Returns items from a report server database or SharePoint library that match the search criteria.
Öffentliche Methode FireEvent Raises an event based on the supplied parameters.
Öffentliche Methode FlushCache Invalidates the cache for an item. This method applies to the Report and Dataset item types.
Öffentliche Methode GenerateModel Generates a default model on top of a shared data source.
Öffentliche Methode 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.
Öffentliche Methode GetCacheRefreshPlanProperties Returns the properties of the specified cache refresh plan.
Öffentliche Methode GetDataDrivenSubscriptionProperties Returns the properties of a data-driven subscription.
Öffentliche Methode GetDataSourceContents Returns the contents of a data source.
Öffentliche Methode GetExecutionOptions Returns the execution option and associated settings for an individual item. This method applies to the Report item type.
Öffentliche Methode GetExtensionSettings Returns a list of settings for a given extension.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetItemDataSourcePrompts Gets the data source prompts for a specified item. This method applies to the Report and Model item types.
Öffentliche Methode GetItemDataSources Returns the data sources for an item in the catalog.
Öffentliche Methode GetItemDefinition Retrieves the definition or content for an item. This method applies to the Report, Model, Dataset, Component, Resource, and DataSource item types.
Öffentliche Methode GetItemHistoryLimit Returns the item history snapshot limit for a specified catalog item. This method applies to the Report item type.
Öffentliche Methode GetItemHistoryOptions Returns the item history snapshot option and properties that are generated for a catalog item. This method applies to the Report item type.
Öffentliche Methode 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.
Öffentliche Methode GetItemParameters Returns parameter properties for a specified item. This method can also be used to validate parameter values against parameters for a specified item.
Öffentliche Methode GetItemReferences Returns a list of catalog item references associated with an item. This method applies to the Report and Dataset item types.
Öffentliche Methode GetItemType Retrieves the type of an item in a report server database or SharePoint library, if the item exists.
Öffentliche Methode GetLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode GetModelItemPermissions Retrieves the user permissions associated with an item in the model hierarchy.
Öffentliche Methode GetModelItemPolicies Retrieves the policies associate with an item in the model hierarchy.
Öffentliche Methode GetPermissions Returns the user permissions that are associated with a particular item in a report server database or SharePoint library.
Öffentliche Methode GetPolicies Returns the policies that are associated with a particular item in a report server database or SharePoint library.
Öffentliche Methode 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.
Geschützte Methode GetReaderForMessage (Geerbt von SoapHttpClientProtocol.)
Öffentliche Methode GetReportServerConfigInfo Returns information on the connected report server instance or all the report server instances in a scale-out deployment.
Öffentliche Methode GetRoleProperties Returns role information and a collection of associated tasks.
Öffentliche Methode GetScheduleProperties Returns the properties of a shared schedule.
Geschützte Methode GetService (Geerbt von Component.)
Öffentliche Methode GetSubscriptionProperties Returns the properties of a specified subscription.
Öffentliche Methode GetSystemPermissions Retrieves the system permissions of the current user. This method only applies to native mode.
Öffentliche Methode GetSystemPolicies Returns the system policies, including groups and associated roles. This method only applies to native mode.
Öffentliche Methode GetSystemProperties Returns the value of one or more system properties.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetUserModel Returns the semantic piece of a model for the current user.
Geschützte Methode GetWebRequest (Geerbt von SoapHttpClientProtocol.)
Geschützte Methode GetWebResponse(WebRequest) (Geerbt von HttpWebClientProtocol.)
Geschützte Methode GetWebResponse(WebRequest, IAsyncResult) (Geerbt von HttpWebClientProtocol.)
Geschützte Methode GetWriterForMessage (Geerbt von SoapHttpClientProtocol.)
Öffentliche Methode InheritModelItemParentSecurity Deletes the policies associated with an item in the model hierarchy and causes the item to inherit the policies from its parent.
Öffentliche Methode 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.
Öffentliche Methode InitializeLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Geschützte Methode Invoke (Geerbt von SoapHttpClientProtocol.)
Geschützte Methode InvokeAsync(String, array<Object[], SendOrPostCallback) (Geerbt von SoapHttpClientProtocol.)
Geschützte Methode InvokeAsync(String, array<Object[], SendOrPostCallback, Object) (Geerbt von SoapHttpClientProtocol.)
Öffentliche Methode IsSSLRequired Returns a Boolean value that indicates whether the Secure Socket Layer (SSL) protocol is required to use this end point.
Öffentliche Methode ListCacheRefreshPlans Returns a list of the cache refresh plans associated with a catalog item.
Öffentliche Methode ListChildren Gets a list of children of a specified folder.
Öffentliche Methode ListDatabaseCredentialRetrievalOptions Returns a list of supported credential retrieval options.
Öffentliche Methode ListDependentItems Returns a list of catalog items that reference a specified catalog item.
Öffentliche Methode ListEvents Returns a list of events supported by the report server.
Öffentliche Methode ListExecutionSettings Returns a list of supported execution settings.
Öffentliche Methode ListExtensions Returns a list of extensions that are configured for a given extension type.
Öffentliche Methode ListExtensionTypes Returns a list of supported extension types.
Öffentliche Methode ListItemHistory Returns a list of item history snapshots and their properties for a specified catalog item. This method applies to the Report item type.
Öffentliche Methode ListItemTypes Returns a list of supported catalog item types.
Öffentliche Methode ListJobActions Returns a list of supported job actions.
Öffentliche Methode ListJobs Returns a list of jobs that are running on the report server.
Öffentliche Methode ListJobStates Returns a list of supported job states.
Öffentliche Methode ListJobTypes Returns a list of supported job types.
Öffentliche Methode ListModelDrillthroughReports Lists drillthrough reports associated with an entity in a model.
Öffentliche Methode ListModelItemChildren Returns an array of model item child elements.
Öffentliche Methode ListModelItemTypes Returns a list of supported model item types.
Öffentliche Methode ListModelPerspectives Lists models and perspectives available to the user.
Öffentliche Methode 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.
Öffentliche Methode ListParameterStates Returns a list of supported parameter states.
Öffentliche Methode ListParameterTypes Returns a list of supported parameter types.
Öffentliche Methode ListParents Retrieves parent items for the given item.
Öffentliche Methode ListRoles Returns the names and descriptions of roles on a report server or a given SharePoint site.
Öffentliche Methode ListScheduledItems Returns a list of items that are associated with a shared schedule.
Öffentliche Methode ListSchedules Returns a list of all shared schedules in the report server database or for a given SharePoint site.
Öffentliche Methode ListScheduleStates Returns a list of supported schedule states.
Öffentliche Methode ListSecurityScopes Returns a list of supported security scopes.
Öffentliche Methode ListSubscriptions Retrieves a list of subscriptions that have been created for a given item. This method applies to the Report item type.
Öffentliche Methode ListSubscriptionsUsingDataSource Returns a list of subscriptions that are associated with a given data source.
Öffentliche Methode ListTasks Returns the tasks that are managed by the report server.
Öffentliche Methode Logoff Logs out the current user making Web service requests. This method only applies to native mode.
Öffentliche Methode LogonUser Logs on a user and authenticates a user request to the Report Server Web service. This method only applies to native mode.
Geschützte Methode MemberwiseClone() (Geerbt von Object.)
Geschützte Methode MemberwiseClone(Boolean) (Geerbt von MarshalByRefObject.)
Öffentliche Methode MoveItem Moves and/or renames an item. This method applies to all item types.
Öffentliche Methode PauseSchedule Pauses the execution of a given schedule.
Öffentliche Methode PrepareQuery Returns a dataset that contains the fields retrieved by the delivery query for a data-driven subscription.
Öffentliche Methode RegenerateModel Updates an existing model based on changes to the data source schema.
Öffentliche Methode RemoveAllModelItemPolicies Deletes all policies associate with model items in the specified model.
Öffentliche Methode ResumeSchedule Resumes a shared schedule that has been paused.
Öffentliche Methode 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.
Öffentliche Methode SetCacheRefreshPlanProperties Sets the properties of a cache refresh plan.
Öffentliche Methode SetDataDrivenSubscriptionProperties Sets the properties of a data-driven subscription.
Öffentliche Methode SetDataSourceContents Sets the connection properties associated with a DataSource.
Öffentliche Methode SetExecutionOptions Sets execution options and associated execution properties for a specified item. This method applies to the Report item type.
Öffentliche Methode 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.
Öffentliche Methode SetItemDefinition Sets the definition or content for a specified item. This method applies to the Report, Model, Dataset, Component, Resource, and DataSource item types.
Öffentliche Methode SetItemHistoryLimit Specifies the number of snapshots of an item that the report server retains. This method applies to the Report item type.
Öffentliche Methode 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.
Öffentliche Methode 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.
Öffentliche Methode SetItemParameters Sets parameter properties for a specified item.
Öffentliche Methode SetItemReferences Sets the catalog items associated with an item. This method applies to the Report and Dataset item types.
Öffentliche Methode SetModelDrillthroughReports Associates a set of drillthrough reports together with a model.
Öffentliche Methode SetModelItemPolicies Sets security policies on an item in the model hierarchy.
Öffentliche Methode SetPolicies Sets the policies that are associated with a specified item.
Öffentliche Methode SetProperties Sets one or more properties of a specified item.
Öffentliche Methode SetRoleProperties Sets role properties and associates a collection of tasks with a specified role. This method only applies to native mode.
Öffentliche Methode SetScheduleProperties Sets the properties of a shared schedule.
Öffentliche Methode SetSubscriptionProperties Sets the properties of a subscription.
Öffentliche Methode SetSystemPolicies Sets the system policy that defines groups and associated roles. This only applies to native mode.
Öffentliche Methode SetSystemProperties Sets one or more system properties for the report server or SharePoint farm.
Öffentliche Methode TestConnectForDataSourceDefinition Tests the connection for a data source. This method supports the direct testing of the data source.
Öffentliche Methode 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.
Öffentliche Methode ToString (Geerbt von Component.)
Öffentliche Methode UpdateItemExecutionSnapshot Generates an item execution snapshot for a specified item. This method applies to the Report item type.
Öffentliche Methode ValidateExtensionSettings Validates Reporting Services extension settings.

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Disposed (Geerbt von Component.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

ReportService2010-Namespace