Share via


IReportContext.IsLinkedReport Property

Gets the value that specifies whether the report is a linked report.

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

Syntax

'Declaration
ReadOnly Property IsLinkedReport As Boolean
    Get
'Usage
Dim instance As IReportContext
Dim value As Boolean

value = instance.IsLinkedReport
bool IsLinkedReport { get; }
property bool IsLinkedReport {
    bool get ();
}
abstract IsLinkedReport : bool
function get IsLinkedReport () : boolean

Property Value

Type: System.Boolean
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.