Partilhar via


Propriedade do RDL IReportContext.IsLinkedReport

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

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

Consulte também

Referência

IReportContext Interface

Namespace Microsoft.ReportingServices.Interfaces