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


Интерфейс IReportContext

Defines the properties of the report context.

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборки:   Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)

Синтаксис

'Декларация
Public Interface IReportContext
'Применение
Dim instance As IReportContext
public interface IReportContext
public interface class IReportContext
type IReportContext =  interface end
public interface IReportContext

Тип IReportContext обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство IsLinkedReport Gets the value that specifies whether the report is a linked report.
Открытое свойство IsSubreport Gets the value that specifies whether the report is a subreport.
Открытое свойство LinkedReportTargetName Gets the value that specifies the name of the link target.
Открытое свойство LinkedReportTargetPath Gets the value that specifies the path of the link target.
Открытое свойство ParentReportName Gets the value that specifies the name of the parent report.
Открытое свойство ParentReportPath Gets a value that specifies the path of the parent report.
Открытое свойство QueryParameters Gets a value that specifies the query parameters of the report.
Открытое свойство ReportName Gets a value that specifies the name of the report.
Открытое свойство ReportPath Gets a value that specifies the path of the report.

В начало

Замечания

Службы Reporting Services passes the IReportContext object to the ProcessReportDefinition method.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.Interfaces