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