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.