Report.Location 属性

定义

如有必要,获取报表的位置作为绝对 URL,使用 ReplacementRoot 编码。

public:
 property Microsoft::ReportingServices::ReportRendering::ReportUrl ^ Location { Microsoft::ReportingServices::ReportRendering::ReportUrl ^ get(); };
public Microsoft.ReportingServices.ReportRendering.ReportUrl Location { get; }
member this.Location : Microsoft.ReportingServices.ReportRendering.ReportUrl
Public ReadOnly Property Location As ReportUrl

属性值

一个包含报表的绝对 URL 的 ReportUrl 对象。

注解

ReplacementRoot 是用于报表服务器内所有 URL 的新 URL 根。 UI 使用此链接将报表中的链接重定向到其他报表。 默认值为空字符串,指示不会发生重定向。

如果报表正在通过 HTTPS 运行,则为 HTTPS。

适用于