ISubscriptionBaseUIUserControl.Description 属性

Gets the description of the delivery that is displayed in Report Manager.

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:   Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)

语法

声明
ReadOnly Property Description As String 
    Get
用法
Dim instance As ISubscriptionBaseUIUserControl 
Dim value As String 

value = instance.Description
string Description { get; }
property String^ Description {
    String^ get ();
}
abstract Description : string
function get Description () : String

属性值

类型:System.String
The description of the delivery that is displayed in Report Manager.

注释

The description of the subscription appears in Report Manager after a user has selected values for the subscription settings and set a defined schedule. The description is displayed on the Subscription page

请参阅

参考

ISubscriptionBaseUIUserControl 接口

Microsoft.ReportingServices.Interfaces 命名空间