Поделиться через


Класс Report

Represents report-specific information and methods that enable delivery extensions to deliver reports to users.

Пространство имен:  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

Замечания

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-адресу.

Иерархия наследования

System. . :: . .Object
  Microsoft.ReportingServices.Interfaces..::..Report

Потоковая защита

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