IReportContext.LinkedReportTargetPath 属性

定义

获取指定链接目标的路径的值。

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

属性值

指定链接目标的路径的值。

注解

如果报表是链接报表,则此属性返回链接目标的路径;否则,该属性返回 null

适用于