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