Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines if the server is a SQL Server Reporting Services server.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public boolean isReportingServicesServer(str _serverUrl, [boolean isSharePointIntegrated])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean isReportingServicesServer(str _serverUrl, [boolean isSharePointIntegrated])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean isReportingServicesServer(str _serverUrl)
Microsoft Dynamics AX 2012 (FPK)
public boolean isReportingServicesServer(str _serverUrl)
Microsoft Dynamics AX 2012 (SYS)
public boolean isReportingServicesServer(str _serverUrl)
Run On
Called
Parameters
- _serverUrl
Type: str
The URL of the SQL Server Reporting Services server to validate.
- isSharePointIntegrated
Type: boolean
A value indicating whether the server is SharePoint integrated.
Return Value
Type: boolean
true if the server is a SQL Server Reporting Services server; false otherwise.