IReportContext.LinkedReportTargetPath Özelliği
Bağlantının yolunu belirten değeri alır hedef.
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 LinkedReportTargetPath As String
Get
'Kullanım
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
Özellik Değeri
Tür: System.String
Bağlantının yolunu belirten bir değer hedef.
Açıklamalar
Rapor bağlantılı bir rapor ise bu özellik bağlantının yolunu döndürür hedef; Aksi takdirde özellik döndürür nullnull başvuru (Visual Basic'te Nothing).