Класс 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.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)