Свойство LinkedReportTargetPath
Gets the value that specifies the path of the link target.
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборки: Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
Синтаксис
'Декларация
ReadOnly Property LinkedReportTargetPath As String
Get
'Применение
Dim instance As IReportContext
Dim value As String
value = instance.LinkedReportTargetPath
string LinkedReportTargetPath { get; }
property String^ LinkedReportTargetPath {
String^ get ();
}
abstract LinkedReportTargetPath : string
function get LinkedReportTargetPath () : String
Значение свойства
Тип: System. . :: . .String
A value that specifies the path of the link target.
Замечания
If the report is a linked report, this property returns the path of the link target; otherwise, the property returns null Nothing nullptr unit пустая ссылка (Nothing в Visual Basic) .
См. также