Dialer SDK > Implementation details > Dialing provider API > IDialingProvider > GetActivityReport
 
GetActivityReport
Syntax
GetActivityReport(ReportName As String, PropertiesXml As String) As ActivityReportXml
Type
Method
Parameters
ReportName
The name of the required activity report.
PropertiesXml
Report properties used to filter the activity report.
Return value
ActivityReportXml
Report XML as specified in GetActivityReport.
See GetActivityReport.
Description
The dialing provider is responsible for creating the DialingActivity report and can throw an error if a different report is requested. The method must create the report XML as specified above.
See also
IDialingProvider