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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。