IReportContext.LinkedReportTargetName-Eigenschaft
Gets the value that specifies the name of the link target.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblys: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property LinkedReportTargetName As String
Get
'Usage
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
Eigenschaftswert
Typ: System.String
A value that specifies the name of the link target.
Hinweise
If the report is a linked report, this property returns the name of the link target; otherwise, the property returns nullein NULL-Verweis (Nothing in Visual Basic).