Condividi tramite


Proprietà IsLinkedReport

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

Spazio dei nomi:  Microsoft.ReportingServices.Interfaces
Assembly:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintassi

'Dichiarazione
ReadOnly Property IsLinkedReport As Boolean
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

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