Compartir a través de


IDeliveryExtension Miembros

Represents a delivery extension in SQL Server Reporting Services.

El tipo IDeliveryExtension expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Deliver Delivers the report notification to a user based on the contents of the notification.
Método publico SetConfiguration Used to pass custom configuration data to an extension. (Se hereda de IExtension).
Método publico ValidateUserData Used to determine whether a given set of delivery extension settings are valid.

Principio

Propiedades

  Nombre Descripción
Propiedad pública ExtensionSettings Gets a list of settings that are used by the delivery extension to create a notification or report.
Propiedad pública IsPrivilegedUser Indicates whether the user is allowed access to all the functionality of the extension.
Propiedad pública LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Se hereda de IExtension).
Propiedad pública ReportServerInformation Gets information about the report server that the delivery extension requires in order to perform deliveries.

Principio