IsLinkedReport 속성
Gets the value that specifies whether the report is a linked report.
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces
Microsoft.ReportingServices.SharePoint.UI.WebParts.dll의 Microsoft.ReportingServices.SharePoint.UI.WebParts
구문
‘선언
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.