Share via


ISubscriptionBaseUIUserControl Members

Include Protected Members
Include Inherited Members

Represents the means to retrieve delivery extension-specific subscription information from the user (for example, e-mail addresses).

The ISubscriptionBaseUIUserControl type exposes the following members.

Methods

  Name Description
Public method SetConfiguration(String) Used to pass custom configuration data to an extension. (Inherited from IExtension.)
Public method Validate() Used to determine whether the settings for a delivery extension are valid.

Top

Properties

  Name Description
Public property Description Gets the description of the delivery that is displayed in Report Manager.
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.
Public property UserData An array of Setting objects that define the extension settings for a notification.

Top