public method ISystemSettingsProvider.getReportUrlGets report URL
Declaration
protojavascriptjavacsharppublic getReportUrl(account : AccountInfo, from : datetime, to : datetime, type : string, format : string, langID : string, callback : IGetUrlCallback) : void
| Parameters | |
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
See also: AccountInfo, IGetUrlCallback
Declared in ISystemSettingsProvider