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.