IReportContext.LinkedReportTargetName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value that specifies the name of the link target.
public:
property System::String ^ LinkedReportTargetName { System::String ^ get(); };
public string LinkedReportTargetName { get; }
member this.LinkedReportTargetName : string
Public ReadOnly Property LinkedReportTargetName As String
Property Value
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 null
.