ISubscriptionBaseUIUserControl 介面
Represents the means to retrieve delivery extension-specific subscription information from the user (for example, e-mail addresses).
命名空間: Microsoft.ReportingServices.Interfaces
組件: Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)
語法
'宣告
Public Interface ISubscriptionBaseUIUserControl _
Inherits IExtension
'用途
Dim instance As ISubscriptionBaseUIUserControl
public interface ISubscriptionBaseUIUserControl : IExtension
public interface class ISubscriptionBaseUIUserControl : IExtension
type ISubscriptionBaseUIUserControl =
interface
interface IExtension
end
public interface ISubscriptionBaseUIUserControl extends IExtension
ISubscriptionBaseUIUserControl 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Description | Gets the description of the delivery that is displayed in Report Manager. | |
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. | |
UserData | An array of Setting objects that define the extension settings for a notification. |
上層
方法
名稱 | 說明 | |
---|---|---|
SetConfiguration | Used to pass custom configuration data to an extension. (繼承自 IExtension。) | |
Validate | Used to determine whether the settings for a delivery extension are valid. |
上層
備註
The ISubscriptionBaseUIUserControl interface enables you to implement a subscription user interface for Report Manager. For more information about the ISubscriptionBaseUIUserControl interface, see 實作傳遞延伸模組的 ISubscriptionBaseUIUserControl 介面.
An application does not create an instance of the ISubscriptionBaseUIUserControl interface directly, but creates an instance of a class that implements ISubscriptionBaseUIUserControl.
Classes that implement ISubscriptionBaseUIUserControl must also implement all inherited members, and typically define additional members to add the delivery provider-specific functionality. Classes that implement ISubscriptionBaseUIUserControl must also inherit from System.Web.UI.WebControls..::..WebControl.