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