Compartir a través de


Clase 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.

Jerarquía de herencia

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            ReportService2006.ReportingService2006

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
Public Class ReportingService2006 _
    Inherits SoapHttpClientProtocol
'Uso
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

El tipo ReportingService2006 expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ReportingService2006 Initializes a new instance of the ReportingService2006 class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AllowAutoRedirect (Se hereda de HttpWebClientProtocol.)
Propiedad protegida CanRaiseEvents (Se hereda de Component.)
Propiedad pública ClientCertificates (Se hereda de HttpWebClientProtocol.)
Propiedad pública ConnectionGroupName (Se hereda de WebClientProtocol.)
Propiedad pública Container (Se hereda de Component.)
Propiedad pública CookieContainer (Se hereda de HttpWebClientProtocol.)
Propiedad pública Credentials (Se hereda de WebClientProtocol.)
Propiedad protegida DesignMode (Se hereda de Component.)
Propiedad pública EnableDecompression (Se hereda de HttpWebClientProtocol.)
Propiedad protegida Events (Se hereda de Component.)
Propiedad pública PreAuthenticate (Se hereda de WebClientProtocol.)
Propiedad pública Proxy (Se hereda de HttpWebClientProtocol.)
Propiedad pública RequestEncoding (Se hereda de WebClientProtocol.)
Propiedad pública ServerInfoHeaderValue Gets or sets the server-related information that represents the version of the report server.
Propiedad pública Site (Se hereda de Component.)
Propiedad pública SoapVersion (Se hereda de SoapHttpClientProtocol.)
Propiedad pública Timeout (Se hereda de WebClientProtocol.)
Propiedad pública TrustedUserHeaderValue This property is not used.
Propiedad pública UnsafeAuthenticatedConnectionSharing (Se hereda de HttpWebClientProtocol.)
Propiedad pública Url (Se hereda de WebClientProtocol.)
Propiedad pública UseDefaultCredentials (Se hereda de WebClientProtocol.)
Propiedad pública UserAgent (Se hereda de HttpWebClientProtocol.)

Arriba

Métodos

  Nombre Descripción
Método público Abort (Se hereda de WebClientProtocol.)
Método protegido BeginInvoke (Se hereda de SoapHttpClientProtocol.)
Método protegido CancelAsync (Se hereda de HttpWebClientProtocol.)
Método público CancelJob Cancels the execution of a job.
Método público CreateDataSource Creates a new data source in a SharePoint library.
Método público CreateFolder Adds a folder to a SharePoint library.
Método público CreateModel Adds a model to a SharePoint library.
Método público CreateObjRef Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método público CreateReport Adds a new report to a SharePoint library.
Método público CreateReportHistorySnapshot Generates a report history snapshot of a specified report.
Método público CreateResource Adds a new resource to a SharePoint library.
Método público CreateSchedule Creates a new shared schedule.
Método público CreateSubscription Creates a subscription for the specified report in the report server database.
Método público DeleteItem Deletes a specified item from a SharePoint library.
Método público DeleteReportHistorySnapshot Deletes an individual report history snapshot for a specified report. If errors occur, the report history snapshot is not deleted.
Método público DeleteSchedule Deletes a shared schedule from the report server database.
Método público DeleteSubscription Deletes a subscription from the report server database.
Método público DisableDataSource Disables a data source that is enabled.
Método público Discover (Se hereda de SoapHttpClientProtocol.)
Método público Dispose() (Se hereda de Component.)
Método protegido Dispose(Boolean) (Se hereda de Component.)
Método público EnableDataSource Enables a data source that is disabled.
Método protegido EndInvoke (Se hereda de SoapHttpClientProtocol.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Component.)
Método público FireEvent Raises an event based on the supplied parameters.
Método público FlushCache Invalidates the cache for an individual report.
Método público GenerateModel Generates a default model on top of a shared data source.
Método público GetCacheOptions Returns the cache configuration for a report and the settings that describe when the cached copy of the report expires.
Método público GetDataSourceContents Returns the contents of a data source.
Método público GetExecutionOptions Returns the execution option and associated settings for an individual report.
Método público GetExtensionSettings Returns a list of settings for a given extension.
Método público GetHashCode (Se hereda de Object.)
Método público GetItemDataSourcePrompts Gets the data source prompts for a specified item.
Método público GetItemDataSources Returns the data sources for an item in the catalog.
Método público GetItemType Retrieves the type of an item in a SharePoint library, if the item exists.
Método público GetLifetimeService Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método público GetModelDefinition Retrieves the definition for a model.
Método público GetModelItemPermissions Retrieves the user permissions associated with an item in the model hierarchy.
Método público GetModelItemPolicies Retrieves the policies associate with an item in the model hierarchy.
Método público GetPermissions Returns the user permissions that are associated with a particular item in a SharePoint library.
Método público GetPolicies Returns the policies that are associated with a particular item in a SharePoint library.
Método público GetProperties Returns the value of one or more properties of an item in a SharePoint library.
Método protegido GetReaderForMessage (Se hereda de SoapHttpClientProtocol.)
Método público GetReportDefinition Retrieves the report definition for a report.
Método público GetReportHistoryLimit Returns the report history snapshot limit for a specified report.
Método público GetReportHistoryOptions Returns the report history snapshot option and properties that are generated for a report.
Método público 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.
Método público GetResourceContents Retrieves the contents of a resource.
Método público GetRoleProperties Returns role information and a collection of associated tasks.
Método público GetScheduleProperties Returns the properties of a shared schedule.
Método protegido GetService (Se hereda de Component.)
Método público GetSubscriptionProperties Returns the properties of a specified subscription.
Método público GetSystemProperties Returns the value of one or more system properties.
Método público GetType (Se hereda de Object.)
Método público GetUserModel Returns the semantic piece of a model for the current user.
Método protegido GetWebRequest (Se hereda de SoapHttpClientProtocol.)
Método protegido GetWebResponse(WebRequest) (Se hereda de HttpWebClientProtocol.)
Método protegido GetWebResponse(WebRequest, IAsyncResult) (Se hereda de HttpWebClientProtocol.)
Método protegido GetWriterForMessage (Se hereda de SoapHttpClientProtocol.)
Método público InheritModelItemParentSecurity Deletes the policies associated with an item in the model hierarchy and causes the item to inherit the policies from its parent.
Método público InheritParentSecurity Deletes the policies associated with an item. As a result, the item inherits the policies from its parent.
Método público InitializeLifetimeService Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método protegido Invoke (Se hereda de SoapHttpClientProtocol.)
Método protegido InvokeAsync(String, array<Object[], SendOrPostCallback) (Se hereda de SoapHttpClientProtocol.)
Método protegido InvokeAsync(String, array<Object[], SendOrPostCallback, Object) (Se hereda de SoapHttpClientProtocol.)
Método público ListAllSubscriptions Retrieves a list of subscriptions that have been created by all users of a report server for a given site.
Método público ListChildren Gets a list of children from a specified folder.
Método público ListDependentItems Returns a list of catalog items that reference a specified catalog item.
Método público ListEvents Returns a list of events supported by the report server.
Método público ListExtensions Returns a list of extensions that are configured for a given extension type.
Método público ListJobs Returns a list of jobs that are running on the report server.
Método público ListModelDrillthroughReports Lists drillthrough reports associated with an entity in a model.
Método público ListModelItemChildren Returns an array of model item child elements.
Método público ListModelPerspectives Lists models and perspectives available to the user.
Método público ListMySubscriptions Retrieves a list of subscriptions that have been created by the current user of the report server for the given site.
Método público ListParents Retrieves parent items for the given item.
Método público ListReportHistory Returns a list of report history snapshots and their properties for a specified report.
Método público ListReportSubscriptions Retrieves a list of subscriptions that have been created by users for a given report.
Método público ListRoles Returns the names and descriptions of roles for a given SharePoint site.
Método público ListScheduledReports Returns a list of reports that are associated with a shared schedule.
Método público ListSchedules Returns a list of all shared schedules for a given site.
Método público ListSecureMethods Returns a list of SOAP methods that require an encrypted channel when they are invoked.
Método público ListTasks Returns the names and descriptions of tasks that are managed by the report server.
Método protegido MemberwiseClone() (Se hereda de Object.)
Método protegido MemberwiseClone(Boolean) (Se hereda de MarshalByRefObject.)
Método público MoveItem Moves and/or renames an item.
Método público PauseSchedule Pauses the execution of a given schedule.
Método público PrepareQuery Returns a dataset that contains the fields retrieved by the delivery query for a data-driven subscription.
Método público RegenerateModel Updates an existing model based on changes to the data source schema.
Método público RemoveAllModelItemPolicies Deletes all policies associate with model items in the specified model.
Método público ResumeSchedule Resumes a shared schedule that has been paused.
Método público SetCacheOptions Configures a report to be cached and provides settings that specify when the cached copy of the report expires.
Método público SetDataSourceContents Sets the connection properties associated with a DataSource.
Método público SetExecutionOptions Sets execution options and associated execution properties for a specified report.
Método público SetItemDataSources Sets the data sources for an item in a SharePoint library.
Método público SetModelDefinition Sets the definition for a specified model.
Método público SetModelDrillthroughReports Associates a set of drillthrough reports together with a model.
Método público SetModelItemPolicies Sets security policies on an item in the model hierarchy.
Método público SetPolicies Sets the policies that are associated with a specified item.
Método público SetProperties Sets one or more properties of a specified item.
Método público SetReportDefinition Sets the report definition for a specified report.
Método público SetReportHistoryLimit Specifies the number of snapshots of a report that the report server retains in the report server database.
Método público SetReportHistoryOptions Sets report history options that specify when a report history snapshot is created for a specified report.
Método público SetReportParameters Sets report parameter properties for a specified report.
Método público SetResourceContents Sets the contents of a resource.
Método público SetScheduleProperties Sets the properties of a shared schedule.
Método público SetSubscriptionProperties Sets the properties of a subscription.
Método público SetSystemProperties Sets one or more system properties for the SharePoint farm.
Método público ToString (Se hereda de Component.)
Método público UpdateReportExecutionSnapshot Generates a report execution snapshot for a specified report.
Método público ValidateExtensionSettings Validates Reporting Services extension settings.

Arriba

Eventos

  Nombre Descripción
Evento público Disposed (Se hereda de Component.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres ReportService2006