IReportContext Members

Include Protected Members
Include Inherited Members

Defines the properties of the report context.

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