Freigeben über


ISubscriptionBaseUIUserControl.Description-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property Description As String 
    Get
'Usage
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

Eigenschaftswert

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

Hinweise

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

Siehe auch

Verweis

ISubscriptionBaseUIUserControl Schnittstelle

Microsoft.ReportingServices.Interfaces-Namespace