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.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.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 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Date | The server date and time at which the report was executed. | |
Name | The name of the report that is associated with the notification. | |
URL | 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 액세스.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.