Compartir a través de


IsLinkedReport Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
ReadOnly Property IsLinkedReport As Boolean
    Get
'Uso
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

Valor de la propiedad

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

Notas

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