Compartilhar via


Propriedade do RDL Notification.Report

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

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
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 da propriedade

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

Consulte também

Referência

Notification Classe

Namespace Microsoft.ReportingServices.Interfaces