Report 클래스

Represents report-specific information and methods that enable delivery extensions to deliver reports to users.

상속 계층

System.Object
  Microsoft.ReportingServices.Interfaces.Report

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
Public MustInherit Class Report
‘사용 방법
Dim instance As Report
public abstract class Report
public ref class Report abstract
[<AbstractClassAttribute>]
type Report =  class end
public abstract class Report

Report 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
보호된 메서드 Report Initializes a new instance of the Report class.

맨 위로 이동

속성

  이름 설명
공용 속성 Date Gets the server date and time at which the report was executed.
공용 속성 Name Gets the name of the report that is associated with the notification.
공용 속성 URL Gets the URL to the report on the report server.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 Render Renders a report in a specific format using the information stored in the properties of the Report object.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

This constructor is called by derived class constructors to initialize state in this type.

The Report class represents a report in the report server database. Any subscription is associated with a specific report. The report is contained in the notification. Your delivery extension can use the Report object that is part of the notification to render the report. For more information about the Report class, see URL 액세스(SSRS).

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.ReportingServices.Interfaces 네임스페이스