다음을 통해 공유


Report 속성

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

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.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.