Свойство IReportContext.ParentReportPath
Gets a value that specifies the path 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 ParentReportPath As String
Get
'Применение
Dim instance As IReportContext
Dim value As String
value = instance.ParentReportPath
string ParentReportPath { get; }
property String^ ParentReportPath {
String^ get ();
}
abstract ParentReportPath : string
function get ParentReportPath () : String
Значение свойства
Тип: System.String
A value that specifies the path of the parent report.
Замечания
If the report is a subreport, this property returns the path of the parent report; otherwise, the property returns nullпустая ссылка (Nothing в Visual Basic).