Класс 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 обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Защищенный метод 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-адресу.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.