IDeliveryExtension Members

Include Protected Members
Include Inherited Members

Represents a delivery extension in SQL Server Reporting Services.

The IDeliveryExtension type exposes the following members.

Methods

  Name Description
Public method Deliver(Notification) Delivers the report notification to a user based on the contents of the notification.
Public method SetConfiguration(String) Used to pass custom configuration data to an extension. (Inherited from IExtension.)
Public method ValidateUserData(array<Setting[]) Used to determine whether a given set of delivery extension settings are valid.

Top

Properties

  Name Description
Public property ExtensionSettings Gets a list of settings that are used by the delivery extension to create a notification or report.
Public property IsPrivilegedUser Indicates whether the user is allowed access to all the functionality of the extension.
Public property LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Inherited from IExtension.)
Public property ReportServerInformation Gets information about the report server that the delivery extension requires in order to perform deliveries.

Top