Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Синтаксис
'Декларация
Public Function GetUrlBuilder ( _
initialUrl As String, _
useReplacementRoot As Boolean _
) As ReportUrlBuilder
public ReportUrlBuilder GetUrlBuilder (
string initialUrl,
bool useReplacementRoot
)
public:
ReportUrlBuilder^ GetUrlBuilder (
String^ initialUrl,
bool useReplacementRoot
)
public ReportUrlBuilder GetUrlBuilder (
String initialUrl,
boolean useReplacementRoot
)
public function GetUrlBuilder (
initialUrl : String,
useReplacementRoot : boolean
) : ReportUrlBuilder
Параметры
- initialUrl
The URL to build the ReportUrlBuilder object from.
- useReplacementRoot
A Boolean indicating how to process the initialUrl parameter. If useReplacementRoot is true, the method sends the hyperlink through the user interface and encodes it as a parameter on the end of the replacement root string for rendering. If the URL is to be used as a source for data, set useReplacementRoot to false. If the URL is to be used as a hyperlink, set useReplacementRoot to true.
Возвращаемое значение
A ReportUrlBuilder object.
Замечания
ReplacementRoot 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.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ReportUrl Class
ReportUrl Members
Microsoft.ReportingServices.ReportRendering Namespace