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.