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 命名空间