Kaspersky Security Center Automation  10.0
HRESULT IKlAkReports::AddReport ( [in] IKlAkParams pReportInfo,
[out, retval] long *  lReportId 
)

Create new report.

Creates new report.

Parameters:
pReportInfo report info, see List of report attributes
Return values:
lReportId id of new report


See JScript call sample below.

	var oInfo = oReports.GetDefaultReportInfo(1); // virus-activity report
	oInfo.Add("RPT_DN", "My new Virus-activity report");
	var lNewReportId = oReports.AddReport(oInfo);