Класс 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).
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.