共用方式為


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 命名空間