ReportUrlBuilder Class

Definition

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

Represents the builder that generates report URL.

public ref class ReportUrlBuilder sealed
public sealed class ReportUrlBuilder
type ReportUrlBuilder = class
Public NotInheritable Class ReportUrlBuilder
Inheritance
ReportUrlBuilder

Methods

AddParameter(String, String, UrlParameterType)

Adds a parameter to the ReportUrlBuilder object.

AddParameters(NameValueCollection, UrlParameterType)

Adds a set of parameter to the ReportUrlBuilder object.

AddReplacementRoot()

Adds a replacement root for the ReportUrlBuilder object.

ToString()

Returns a string representation of ReportUrlBuilder object.

ToUri()

Returns the report URL as a Uri.

Applies to