Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Returns the URL as a Microsoft .NET Framework Uri object. This will always be an absolute URL with any necessary substitution performed.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Sintaxis
'Declaración
Public Function ToUri As Uri
public Uri ToUri ()
public:
Uri^ ToUri ()
public Uri ToUri ()
public function ToUri () : Uri
Valor devuelto
A Uri object, which is the URL with substitutions performed on it.
Notas
For more information on the Uri class, see the topic "Uri Class" in the .NET Framework SDK class library.
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 Class
ReportUrl Members
Microsoft.ReportingServices.ReportRendering Namespace