Partager via


Propriété Notification.Report

A Report object containing information about the report that is associated with the subscription.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property Report As Report 
    Get
'Utilisation
Dim instance As Notification 
Dim value As Report 

value = instance.Report
public abstract Report Report { get; }
public:
virtual property Report^ Report {
    Report^ get () abstract;
}
abstract Report : Report
abstract function get Report () : Report

Valeur de propriété

Type : Microsoft.ReportingServices.Interfaces.Report
Information about the report that is associated with the notification.

Voir aussi

Référence

Notification Classe

Espace de noms Microsoft.ReportingServices.Interfaces