Compartir a través de


ReportUrl Class

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.

Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintaxis

'Declaración
<PermissionSetAttribute(SecurityAction.LinkDemand, Name:="FullTrust")> _
Public NotInheritable Class ReportUrl
[PermissionSetAttribute(SecurityAction.LinkDemand, Name="FullTrust")] 
public sealed class ReportUrl
[PermissionSetAttribute(SecurityAction::LinkDemand, Name=L"FullTrust")] 
public ref class ReportUrl sealed
/** @attribute PermissionSetAttribute(SecurityAction.LinkDemand, Name="FullTrust") */ 
public final class ReportUrl
public final class ReportUrl

Notas

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 Device Information Settings.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.ReportRendering.ReportUrl

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ReportUrl Members
Microsoft.ReportingServices.ReportRendering Namespace