Aracılığıyla paylaş


IReportContext.ParentReportName Özelliği

Ana rapor adı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 ParentReportName As String
    Get
'Kullanım
Dim instance As IReportContext
Dim value As String

value = instance.ParentReportName
string ParentReportName { get; }
property String^ ParentReportName {
    String^ get ();
}
abstract ParentReportName : string
function get ParentReportName () : String

Özellik Değeri

Tür: System.String
Ana rapor adını belirten değeri.

Açıklamalar

Rapor bir alt rapor ise bu özellik ana rapor adını döndürür; Aksi takdirde özellik döndürür nullnull başvuru (Visual Basic'te Nothing).