IReportContext.LinkedReportTargetName Property
Gets the value that specifies the name of the link target.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: 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
Property Value
Type: System.String
A value that specifies the name of the link target.
Remarks
If the report is a linked report, this property returns the name of the link target; otherwise, the property returns nulla null reference (Nothing in Visual Basic).