IReportContext.LinkedReportTargetPath Property

Definition

Gets the value that specifies the path of the link target.

public:
 property System::String ^ LinkedReportTargetPath { System::String ^ get(); };
public string LinkedReportTargetPath { get; }
member this.LinkedReportTargetPath : string
Public ReadOnly Property LinkedReportTargetPath As String

Property Value

A value that specifies the path of the link target.

Remarks

If the report is a linked report, this property returns the path of the link target; otherwise, the property returns null.

Applies to