Właściwość IReportContext.IsLinkedReport
Pobiera wartość, która określa, czy raport jest połączony raport.
Przestrzeń nazw: Microsoft.ReportingServices.Interfaces
Zestawy: Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (w Microsoft.ReportingServices.Interfaces.dll)
Składnia
'Deklaracja
ReadOnly Property IsLinkedReport As Boolean
Get
'Użycie
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
Wartość właściwości
Typ: System.Boolean
Wartość określająca, czy raport jest połączony raport.
Uwagi
Właściwość ta zwraca true Jeśli raport jest połączony raport; w przeciwnym razie zwraca wartość właściwość false.
Zobacz także