Freigeben über


IDeliveryExtension-Member

Represents a delivery extension in SQL Server Reporting Services.

Der IDeliveryExtension-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Deliver Delivers the report notification to a user based on the contents of the notification.
Öffentliche Methode SetConfiguration Used to pass custom configuration data to an extension. (Geerbt von IExtension.)
Öffentliche Methode ValidateUserData Used to determine whether a given set of delivery extension settings are valid.

Zum Anfang

Eigenschaften

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

Zum Anfang