Compartir a través de


Notification.Report Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Report As Report 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

Notification Clase

Espacio de nombres Microsoft.ReportingServices.Interfaces