Report.GetReportUrl(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.