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

属性值

ReportUrl

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

注解

ReplacementRoot是要用于 Report Server 中所有 url 的新 url 根目录。 UI 使用此方法将报表中的链接重定向到其他报表。 默认值为空字符串,表示不进行重定向。

如果正在通过 HTTPS 运行报表,则这将是 HTTPS。

适用于