Proprietà Description
Gets the description of the delivery that is displayed in Report Manager.
Spazio dei nomi Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Sintassi
'Dichiarazione
ReadOnly Property Description As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
The description of the delivery that is displayed in Report Manager.
Osservazioni
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
Vedere anche