IReportContext Interface

Defines the properties of the report context.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

'Declaration
Public Interface IReportContext
'Usage
Dim instance As IReportContext
public interface IReportContext
public interface class IReportContext
type IReportContext =  interface end
public interface IReportContext

The IReportContext type exposes the following members.

Properties

  Name Description
Public property IsLinkedReport Gets the value that specifies whether the report is a linked report.
Public property IsSubreport Gets the value that specifies whether the report is a subreport.
Public property LinkedReportTargetName Gets the value that specifies the name of the link target.
Public property LinkedReportTargetPath Gets the value that specifies the path of the link target.
Public property ParentReportName Gets the value that specifies the name of the parent report.
Public property ParentReportPath Gets a value that specifies the path of the parent report.
Public property QueryParameters Gets a value that specifies the query parameters of the report.
Public property ReportName Gets a value that specifies the name of the report.
Public property ReportPath Gets a value that specifies the path of the report.

Top

Remarks

Reporting Services passes the IReportContext object to the ProcessReportDefinition method.

See Also

Reference

Microsoft.ReportingServices.Interfaces Namespace