Элементы IDeliveryExtension

Represents a delivery extension in SQL Server Reporting Services.

Тип IDeliveryExtension предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Deliver Delivers the report notification to a user based on the contents of the notification.
Открытый метод SetConfiguration Used to pass custom configuration data to an extension. (Наследуется из IExtension.)
Открытый метод ValidateUserData Used to determine whether a given set of delivery extension settings are valid.

В начало

Свойства

  Имя Описание
Открытое свойство ExtensionSettings Gets a list of settings that are used by the delivery extension to create a notification or report.
Открытое свойство IsPrivilegedUser Indicates whether the user is allowed access to all the functionality of the extension.
Открытое свойство LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Наследуется из IExtension.)
Открытое свойство ReportServerInformation Gets information about the report server that the delivery extension requires in order to perform deliveries.

В начало