Поделиться через


Свойство Notification.Report

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

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборки:   Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)

Синтаксис

'Декларация
Public MustOverride ReadOnly Property Report As Report 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.ReportingServices.Interfaces.Report
Information about the report that is associated with the notification.

См. также

Справочник

Notification Класс

Пространство имен Microsoft.ReportingServices.Interfaces