Compartilhar via


Propriedade do RDL ISubscriptionBaseUIUserControl.Description

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)

Sintaxe

'Declaração
ReadOnly Property Description As String 
    Get
'Uso
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

Valor da propriedade

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

Comentários

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

Consulte também

Referência

ISubscriptionBaseUIUserControl Interface

Namespace Microsoft.ReportingServices.Interfaces