Aracılığıyla paylaş


IReportContext.IsSubreport Özelliği

Rapor bir alt rapor olup olmadığını belirten değeri alır.

Ad Alanı:  Microsoft.ReportingServices.Interfaces
Derlemeler:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts içinde.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces içinde.dll)

Sözdizimi

'Bildirim
ReadOnly Property IsSubreport As Boolean
    Get
'Kullanım
Dim instance As IReportContext
Dim value As Boolean

value = instance.IsSubreport
bool IsSubreport { get; }
property bool IsSubreport {
    bool get ();
}
abstract IsSubreport : bool
function get IsSubreport () : boolean

Özellik Değeri

Tür: System.Boolean
Rapor bir alt rapor olup olmadığını belirten bir değer.

Açıklamalar

Bu özellik döndürür doğru , rapor bir alt rapor; Aksi takdirde özellik döndürür yanlış.