Provides access to Reporting functionality, such as historical Interaction details.

Namespace: ININ.IceLib.Reporting
Assembly: ININ.IceLib.Reporting (in ININ.IceLib.Reporting.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public class ReportingManager
Visual Basic
Public Class ReportingManager

Examples

All "manager" classes found in the IceLib library are designed as singletons. To begin working with any of the functionality provided in the ReportingManager you must obtain the instance through a call to GetInstance(Session).

CopyC#
Session session = new Session();
session.Connect(...);
ReportingManager reportingManager = ReportingManager.GetInstance(session);

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Reporting..::..ReportingManager

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also