Поделиться через


Свойство ParentReportName

Gets the value that specifies the name of the parent report.

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборки:   Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)

Синтаксис

'Декларация
ReadOnly Property ParentReportName As String
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .String
A value that specifies the name of the parent report.

Замечания

If the report is a subreport, this property returns the name of the parent report; otherwise, the property returns null Nothing nullptr unit пустая ссылка (Nothing в Visual Basic) .