Udostępnij za pośrednictwem


ReportUrl Members

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.

The following tables list the members exposed by the ReportUrl type.

Public Methods

(see also Protected Methods )

  Name Description
ms162635.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms162635.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms162635.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms162635.pubmethod(en-US,SQL.90).gif 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.
ms162635.pubmethod(en-US,SQL.90).gifms162635.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms162635.pubmethod(en-US,SQL.90).gif ToString Overridden. Returns the absolute URL.
ms162635.pubmethod(en-US,SQL.90).gif ToUri Returns the URL as a Microsoft .NET Framework Uri object. This will always be an absolute URL with any necessary substitution performed.

Top

Protected Methods

  Name Description
ms162635.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms162635.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

ReportUrl Class
Microsoft.ReportingServices.ReportRendering Namespace