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.

Namespace:   Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

System::Object
  Microsoft.ReportingServices.ReportRendering::ReportUrlBuilder

public ref class ReportUrlBuilder sealed 

NameDescription
System_CAPS_pubmethodAddParameter(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.

System_CAPS_pubmethodAddParameters(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.

System_CAPS_pubmethodAddReplacementRoot()

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.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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().)

System_CAPS_pubmethodToUri()

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.

Return to top
Show: