IReportContext Interface
Updated: February 25, 2016
Defines the properties of the report context.
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
| Name | Description | |
|---|---|---|
![]() | 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 M:Microsoft.ReportingServices.Interfaces.IReportDefinitionCustomizationExtension.ProcessReportDefinition method.
