IsLinkedReport 속성

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

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)

구문

‘선언
ReadOnly Property IsLinkedReport As Boolean
    Get
‘사용 방법
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

속성 값

유형: System. . :: . .Boolean
A value that specifies whether the report is a linked report.

주의

This property returns true if the report is a linked report; otherwise, the property returns false.