Поделиться через


Свойство IReportContext.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.

См. также

Справочник

IReportContext Интерфейс

Пространство имен Microsoft.ReportingServices.Interfaces