IReportContext.IsLinkedReport Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value that specifies whether the report is a linked report.
public:
property bool IsLinkedReport { bool get(); };
public bool IsLinkedReport { get; }
member this.IsLinkedReport : bool
Public ReadOnly Property IsLinkedReport As Boolean
Property Value
A value that specifies whether the report is a linked report.
Remarks
This property returns true
if the report is a linked report; otherwise, the property returns false
.