ReportUrlBuilder Class
Updated: February 25, 2016
This API supports the product infrastructure and is not intended to be used directly from your code.
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
Represents the builder that generates report URL.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| Name | Description | |
|---|---|---|
![]() | AddParameter(String^, String^, UrlParameterType) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds a parameter to the ReportUrlBuilder object. |
![]() | AddParameters(NameValueCollection^, UrlParameterType) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds a set of parameter to the ReportUrlBuilder object. |
![]() | AddReplacementRoot() | This API supports the product infrastructure and is not intended to be used directly from your code. Adds a replacement root for the ReportUrlBuilder object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a string representation of ReportUrlBuilder object.(Overrides Object::ToString().) |
![]() | ToUri() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the report URL as a Uri. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
