Report.Location 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如有必要,将报表的位置获取为绝对 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是要用于 Report Server 中所有 url 的新 url 根目录。 UI 使用此方法将报表中的链接重定向到其他报表。 默认值为空字符串,表示不进行重定向。
如果正在通过 HTTPS 运行报表,则这将是 HTTPS。