IsLinkedReport propriété
Gets the value that specifies whether the report is a linked report.
Espace de noms : Microsoft.ReportingServices.Interfaces
Assemblys : Microsoft.ReportingServices.Interfaces (dans Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (dans Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntaxe
'Déclaration
ReadOnly Property IsLinkedReport As Boolean
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .Boolean
A value that specifies whether the report is a linked report.
Notes
This property returns true if the report is a linked report; otherwise, the property returns false.