public method ISystemSettingsProvider.getReportUrl
Overview
Gets report URL
Declaration
function getReportUrl(account, from, to, type, format, langID, callback)
public void getReportUrl(AccountInfo account, Date from, Date to, String type, String format, String langID, IGetUrlCallback callback);
public void getReportUrl(AccountInfo account, DateTime from, DateTime to, string type, string format, string langID, IGetUrlCallback callback);
Parameters
| Name | Description |
|---|---|
| account | Account ID. |
| from | Start date of the report period. |
| to | End date of the report period. |
| type | type of report. Possible parameter values described in class ReportType |
| format | Report format. Possible parameter values described in class ReportFormat |
| langID | A string that represents the language ID that should be used for the report. This parameter is used to generate a report in a specific language if the report is available in multiple languages |
| callback | An instance of the callback class for handling get url events |
Returns
The method retuns the report URL
Details
Declared in ISystemSettingsProvider