IReportContext.LinkedReportTargetName Property

Definition

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.

Applies to