IReportContext.IsLinkedReport Property

Definition

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.

Applies to