IReportContext.LinkedReportTargetPath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定链接目标的路径的值。
public:
property System::String ^ LinkedReportTargetPath { System::String ^ get(); };
public string LinkedReportTargetPath { get; }
member this.LinkedReportTargetPath : string
Public ReadOnly Property LinkedReportTargetPath As String
属性值
指定链接目标的路径的值。
注解
如果报表是链接报表,则此属性返回链接目标的路径;否则,该属性返回 null
。