Share via


SRSProxy.validateReportManagerUrl Method [AX 2012]

Validates the report manager URL entered by user.

Syntax

public boolean validateReportManagerUrl(str reportManagerUri, str serverId)

Run On

Called

Parameters

  • reportManagerUri
    Type: str
    The Report Manager URL.
  • serverId
    Type: str
    The Report Server name.

Return Value

Type: boolean
true if it is a valid URL; otherwise, false.

See Also

Reference

SRSProxy Class