ReportUrl 类
Represents a URL contained in a report. This class contains methods to convert the URL into several formats, and has code to handle ReplacementRoot for redirecting URLs within the server. The class can also build a URL that is passed multiple parameters. This class cannot be inherited.
继承层次结构
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..ReportUrl
命名空间: Microsoft.ReportingServices.ReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public NotInheritable Class ReportUrl
用法
Dim instance As ReportUrl
public sealed class ReportUrl
public ref class ReportUrl sealed
[<SealedAttribute>]
type ReportUrl = class end
public final class ReportUrl
ReportUrl 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
GetUrlBuilder | Creates a report URL in the form of a ReportUrlBuilder object from an initial URL, optionally using a replacement URL root. The URL can be relative. |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
ToString | Returns the absolute URL. (覆盖 Object. . :: . .ToString() () () ()。) |
![]() |
ToUri | Returns the URL as a Microsoft .NET Framework Uri object. This will always be an absolute URL with any necessary substitution performed. |
页首
注释
ReplacmentRoot is the new URL root to use for all URLs inside the report server. This is used by the UI to redirect links in reports to other reports. The default value is an empty string, which indicates that no redirection takes place. For more information on ReplacementRoot, see the device information settings for each rendering extension specified in Reporting Services 设备信息设置.
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。