Compartir a través de


IReportContext.IsLinkedReport Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.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.

Comentarios

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

Vea también

Referencia

IReportContext Interfaz

Espacio de nombres Microsoft.ReportingServices.Interfaces