Report.GetReportUrl(Boolean) Method

Definition

URL from which the report was executed.

public:
 System::String ^ GetReportUrl(bool addReportParameters);
public string GetReportUrl (bool addReportParameters);
member this.GetReportUrl : bool -> string
Public Function GetReportUrl (addReportParameters As Boolean) As String

Parameters

addReportParameters
Boolean

Whether to add report parameters to the URL.

Returns

A string value.

Applies to