IReportContext.LinkedReportTargetPath 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 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
.