ReportingService2005 Class

Contains the methods and properties that can be used to call the Microsoft SQL Server 2005 Reporting Services Web service.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            ReportService2005.ReportingService2005

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

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "ReportingService2005Soap", Namespace := "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
Public Class ReportingService2005 _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As ReportingService2005
[WebServiceBindingAttribute(Name = "ReportingService2005Soap", Namespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public class ReportingService2005 : SoapHttpClientProtocol
[WebServiceBindingAttribute(Name = L"ReportingService2005Soap", Namespace = L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public ref class ReportingService2005 : public SoapHttpClientProtocol
[<WebServiceBindingAttribute(Name = "ReportingService2005Soap", Namespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")>]
type ReportingService2005 =  
    class
        inherit SoapHttpClientProtocol
    end
public class ReportingService2005 extends SoapHttpClientProtocol

The ReportingService2005 type exposes the following members.

Constructors

  Name Description
Public method ReportingService2005 Initializes a new instance of the ReportingService2005 class.

Top

Properties

  Name Description
Public property AllowAutoRedirect (Inherited from HttpWebClientProtocol.)
Public property BatchHeaderValue The value (BatchHeaderValue object) that represents a unique, system-generated batch ID for multi-method operations in the Reporting Services SOAP API.
Protected property CanRaiseEvents (Inherited from Component.)
Public property ClientCertificates (Inherited from HttpWebClientProtocol.)
Public property ConnectionGroupName (Inherited from WebClientProtocol.)
Public property Container (Inherited from Component.)
Public property CookieContainer (Inherited from HttpWebClientProtocol.)
Public property Credentials (Inherited from WebClientProtocol.)
Protected property DesignMode (Inherited from Component.)
Public property EnableDecompression (Inherited from HttpWebClientProtocol.)
Protected property Events (Inherited from Component.)
Public property ItemNamespaceHeaderValue The value that represents the identifier used to retrieve item properties.
Public property PreAuthenticate (Inherited from WebClientProtocol.)
Public property Proxy (Inherited from HttpWebClientProtocol.)
Public property RequestEncoding (Inherited from WebClientProtocol.)
Public property ServerInfoHeaderValue The server-related information that represents the version of the report server.
Public property Site (Inherited from Component.)
Public property SoapVersion (Inherited from SoapHttpClientProtocol.)
Public property Timeout (Inherited from WebClientProtocol.)
Public property UnsafeAuthenticatedConnectionSharing (Inherited from HttpWebClientProtocol.)
Public property Url (Inherited from WebClientProtocol.)
Public property UseDefaultCredentials (Inherited from WebClientProtocol.)
Public property UserAgent (Inherited from HttpWebClientProtocol.)

Top

Methods

  Name Description
Public method Abort (Inherited from WebClientProtocol.)
Protected method BeginInvoke (Inherited from SoapHttpClientProtocol.)
Protected method CancelAsync (Inherited from HttpWebClientProtocol.)
Public method CancelBatch Cancels the batch that was initiated by a call to the CreateBatch method.
Public method CancelJob Cancels the execution of a job.
Public method CreateBatch Creates a batch that executes multiple methods within a single transaction.
Public method CreateDataDrivenSubscription Creates a data-driven subscription for a specified report.
Public method CreateDataSource Creates a new data source in the report server database.
Public method CreateFolder Adds a folder to the report server database.
Public method CreateLinkedReport Adds a new linked report to the report server database.
Public method CreateModel Creates a model in the catalog namespace.
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method CreateReport Adds a new report to the report server database.
Public method CreateReportHistorySnapshot Generates a report history snapshot of a specified report.
Public method CreateResource Adds a new resource to the report server database.
Public method CreateRole Adds a new role to the report server database.
Public method CreateSchedule Creates a new shared schedule.
Public method CreateSubscription Creates a subscription for a specified report in the report server database.
Public method DeleteItem Deletes a specified item from the report server database.
Public method DeleteReportHistorySnapshot Deletes an individual report history snapshot for a specified report. If errors occur, the report history snapshot is not deleted.
Public method DeleteRole Deletes a specified role from the report server database.
Public method DeleteSchedule Deletes a shared schedule from the report server database.
Public method DeleteSubscription Deletes a subscription from the report server database.
Public method DisableDataSource Disables a data source that is enabled.
Public method Discover (Inherited from SoapHttpClientProtocol.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) (Inherited from Component.)
Public method EnableDataSource Enables a data source that is disabled.
Protected method EndInvoke (Inherited from SoapHttpClientProtocol.)
Public method Equals (Inherited from Object.)
Public method ExecuteBatch Executes all methods that are associated with a batch ID within a single database transaction.
Protected method Finalize (Inherited from Component.)
Public method FindItems Returns items from a report server database that match the search criteria.
Public method FireEvent Triggers an event based on the supplied parameters.
Public method FlushCache Invalidates the cache for an individual report.
Public method GenerateModel Generates a default model on top of a shared data source.
Public method GetCacheOptions Returns the cache configuration for a report and the settings that describe when the cached copy of the report expires.
Public method GetDataDrivenSubscriptionProperties Returns the properties of a data-driven subscription.
Public method GetDataSourceContents Returns the contents of a data source.
Public method GetExecutionOptions Returns the execution option and associated settings for an individual report.
Public method GetExtensionSettings Returns a list of settings for a given extension.
Public method GetHashCode (Inherited from Object.)
Public method GetItemDataSourcePrompts Gets the data source prompts for a specified item.
Public method GetItemDataSources Returns the data sources for an item in the catalog.
Public method GetItemType Retrieves the type of an item in the report server database, if the item exists.
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetModelDefinition Retrieves the definition for a model.
Public method GetModelItemPermissions Retrieves the user permissions associated with an item in the model hierarchy.
Public method GetModelItemPolicies Retrieves the policies associate with an item in the model hierarchy.
Public method GetPermissions Returns the user permissions that are associated with a particular item in the report server database.
Public method GetPolicies Returns the policies that are associated with a particular item in the report server database.
Public method GetProperties Returns the value of one or more properties of an item in the report server database.
Protected method GetReaderForMessage (Inherited from SoapHttpClientProtocol.)
Public method GetRenderResource Returns the resource for a specified rendering extension format.
Public method GetReportDefinition Retrieves the report definition for a report.
Public method GetReportHistoryLimit Returns the report history snapshot limit for a specified report.
Public method GetReportHistoryOptions Returns the report history snapshot option and properties that are generated for a report.
Public method GetReportLink Returns the name of the report whose report definition is used for the specified linked report.
Public method GetReportParameters Returns report parameter properties for a specified report. The GetReportParameters method can also be used to validate parameter values against parameters for a specified report.
Public method GetResourceContents Retrieves the contents of a resource.
Public method GetRoleProperties Returns role information and a collection of associated tasks.
Public method GetScheduleProperties Returns the properties of a shared schedule.
Protected method GetService (Inherited from Component.)
Public method GetSubscriptionProperties Returns the properties of a specified subscription.
Public method GetSystemPermissions Retrieves the system permissions of the current user.
Public method GetSystemPolicies Returns the system policies, including groups and associated roles.
Public method GetSystemProperties Returns the value of one or more system properties.
Public method GetType (Inherited from Object.)
Public method GetUserModel Returns the semantic portion of a model for the current user.
Protected method GetWebRequest (Inherited from SoapHttpClientProtocol.)
Protected method GetWebResponse(WebRequest) (Inherited from HttpWebClientProtocol.)
Protected method GetWebResponse(WebRequest, IAsyncResult) (Inherited from HttpWebClientProtocol.)
Protected method GetWriterForMessage (Inherited from SoapHttpClientProtocol.)
Public method InheritModelItemParentSecurity Deletes the policies associated with an item in the model hierarchy and causes the item to inherit the policies from its parent.
Public method InheritParentSecurity Deletes the policies associated with an item. As a result, the item inherits the policies from its parent.
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method Invoke (Inherited from SoapHttpClientProtocol.)
Protected method InvokeAsync(String, array<Object[], SendOrPostCallback) (Inherited from SoapHttpClientProtocol.)
Protected method InvokeAsync(String, array<Object[], SendOrPostCallback, Object) (Inherited from SoapHttpClientProtocol.)
Public method ListChildren Gets a list of children of a specified folder.
Public method ListDependentItems Returns a list of catalog items that reference a specified catalog item.
Public method ListEvents Returns a list of events supported by the report server.
Public method ListExtensions Returns a list of extensions that are configured for a given extension type.
Public method ListJobs Returns a list of jobs that are running on the report server.
Public method ListModelDrillthroughReports Lists drill-through reports associated with an entity in a model.
Public method ListModelItemChildren Returns an array of model item child elements.
Public method ListModelPerspectives Lists models and perspectives available to the user.
Public method ListReportHistory Returns a list of report history snapshots and their properties for a specified report.
Public method ListRoles Returns the names and descriptions of roles that the report server manages.
Public method ListScheduledReports Returns a list of reports that are associated with a shared schedule.
Public method ListSchedules Returns a list of all shared schedules.
Public method ListSecureMethods Returns a list of SOAP methods that require a secure connection when invoked.
Public method ListSubscriptions Returns a list of subscriptions that a user has created for a given report. The list includes both standard and data-driven subscriptions.
Public method ListSubscriptionsUsingDataSource Returns a list of subscriptions that are associated with a given data source.
Public method ListTasks Returns the names and descriptions of tasks that are managed by the report server.
Public method Logoff Logs out the current user making Web service requests.
Public method LogonUser Logs on a user and authenticates a user request to the Report Server Web service.
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method MoveItem Moves or renames an item.
Public method PauseSchedule Pauses the execution of a given schedule.
Public method PrepareQuery Returns a dataset containing the fields retrieved by the delivery query for a data-driven subscription.
Public method RegenerateModel Updates an existing model based on changes to the data source schema.
Public method RemoveAllModelItemPolicies Deletes all policies associate with model items in the specified model.
Public method ResumeSchedule Resumes a shared schedule that has been paused.
Public method SetCacheOptions Configures a report for caching and provides settings that specify when the cached copy of the report expires.
Public method SetDataDrivenSubscriptionProperties Sets the properties of a data-driven subscription.
Public method SetDataSourceContents Sets the contents of a data source.
Public method SetExecutionOptions Sets execution options and associated execution properties for a specified report.
Public method SetItemDataSources Sets the data sources for an item in the catalog.
Public method SetModelDefinition Sets the definition for a specified model.
Public method SetModelDrillthroughReports Associates a set of drill-through reports with a model.
Public method SetModelItemPolicies Sets security policies on an item in the model hierarchy.
Public method SetPolicies Sets the policies that are associated with a specified item.
Public method SetProperties Sets one or more properties of a specified item.
Public method SetReportDefinition Sets the report definition for a specified report.
Public method SetReportHistoryLimit Specifies the number of snapshots of a report that the report server retains in the report server database.
Public method SetReportHistoryOptions Sets report history options that specify when a report history snapshot is created for a specified report.
Public method SetReportLink Specifies the report that is used for the report definition of an existing linked report.
Public method SetReportParameters Sets report parameter properties for a specified report.
Public method SetResourceContents Sets the contents of a resource.
Public method SetRoleProperties Sets role properties and associates a collection of tasks with a specified role.
Public method SetScheduleProperties Sets the properties of a shared schedule.
Public method SetSubscriptionProperties Sets the properties of a subscription.
Public method SetSystemPolicies Sets the system policy that defines groups and associated roles.
Public method SetSystemProperties Sets one or more system properties.
Public method ToString (Inherited from Component.)
Public method UpdateReportExecutionSnapshot Generates a report execution snapshot for a specified report.
Public method ValidateExtensionSettings Validates Reporting Services extension settings.

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)

Top

Remarks

To use the Report Server Web service library, you must generate a proxy class in either Microsoft Visual C# or Microsoft Visual Basic .NET through which you can call the various Web service methods. For more information about generating a Reporting Services proxy class using the Microsoft .NET Framework, see Accessing the SOAP API.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference